What Color Is ACFAE2?

The hex code #ACFAE2 produces a vivid very light cyan. It breaks down into RGB channels of 172 red, 250 green, and 226 blue, placing it firmly in the cyan color family. On the HSL model, it sits at 162° on the color wheel with 89% saturation — giving it a vibrant quality — and 83% lightness, making it very light. The perceived brightness is 88% (224/255), meaning dark text (#1a1a2e) will provide optimal readability when layered on top.

ACFAE2 Color Values

FormatValueUsage
HEX#ACFAE2CSS, HTML, SVG
RGB172, 250, 226Screens, CSS, JavaScript
HSL162°, 89%, 83%CSS, Design tools
CMYK31%, 0%, 10%, 2%Print, packaging
Brightness88% (224/255)Accessibility checks
FamilycyanColor classification
TemperaturecoolDesign psychology

What Does ACFAE2 Mean in Design?

Cyan tones convey freshness, clarity, tranquility, and open communication. As a very light variant with 89% saturation, #ACFAE2 carries a vibrant energy that makes it suitable for both primary and supporting roles in design systems. In color psychology, cyan tones are associated with calm and trustworthiness, making #ACFAE2 ideal for brands that need to project reliability and serenity.

Where to Use ACFAE2 — Practical Applications

Website hero sections — Use #ACFAE2 as a full-bleed background with dark text (#1a1a2e) overlay text for immediate visual impact on landing pages.
UI card backgrounds — Apply at 15% opacity (rgba(172, 250, 226, 0.15)) for subtle card surfaces that add depth without overwhelming content.
Button accent color — Set as the primary CTA button color with a darker hover state (#8AC8B5) for clear interactive feedback.
Brand identity systems — Anchor a brand palette with #ACFAE2 as the primary swatch, using #FAADC4 as the complementary accent.
Data visualization — Use in chart legends and graph bars. Pair with #E3ADFA and #FAE3AD for a triadic scheme that maximizes readability.
Social media templates — Create cohesive Instagram stories and LinkedIn banners using #ACFAE2 backgrounds with white typography overlays.
Email marketing headers — Apply as the top banner gradient from #ACFAE2 to #C1FBE9 for eye-catching newsletter designs.
Mobile app theming — Set as the navigation bar and status bar color on both iOS and Android for a consistent, branded mobile experience.

ACFAE2 Color Combinations

These are mathematically calculated color harmonies based on the 162° hue position of #ACFAE2 on the color wheel. Use them to build balanced, professional palettes.

Similar Colors to ACFAE2

Colors visually close to #ACFAE2 with subtle variations in hue, saturation, or brightness. Useful for creating gradient transitions, hover states, and layered interface designs.

Tints and Shades of ACFAE2

A tint is made by mixing #ACFAE2 with white (increasing lightness), while a shade is made by mixing with black (decreasing lightness). These variations are essential for creating depth, hierarchy, and interactive states in UI design.

Lighter 75%: #C1FBE9
Lighter 50%: #D6FCF0
Lighter 25%: #EAFEF8
Base Color: #ACFAE2
Darker 20%: #8AC8B5
Darker 40%: #679688
Darker 60%: #45645A

How to Use ACFAE2 in CSS

Copy-ready CSS code snippets for implementing #ACFAE2 in your stylesheets. Includes custom properties, gradients, and opacity variants.

.element {
    color: #ACFAE2;
    background-color: #ACFAE2;
    border: 2px solid #ACFAE2;
    box-shadow: 0 4px 14px rgba(172, 250, 226, 0.35);
}

/* CSS Custom Property */
:root {
    --color-primary: #ACFAE2;
    --color-primary-light: #C1FBE9;
    --color-primary-dark: #8AC8B5;
    --color-primary-rgb: 172, 250, 226;
}

/* Gradient example */
.gradient-bg {
    background: linear-gradient(135deg, #ACFAE2 0%, #ADEBFA 100%);
}

/* RGBA with opacity */
.overlay {
    background: rgba(172, 250, 226, 0.15);
}

ACFAE2 in Design Systems

When integrating #ACFAE2 into a design system, define it as a semantic token: --color-cyan-very-light: #ACFAE2;. For WCAG 2.1 AA compliance, pair it with dark text (#1a1a2e) for body text. The lighter tint #C1FBE9 works for subtle surface fills, while the darker shade #8AC8B5 is ideal for focus rings and active states. In Figma or Sketch, add it to your shared library as Cyan/Very-Light so the entire team references the single source of truth.

Accessibility Considerations for ACFAE2

Since #ACFAE2 is a light color (brightness 88%), use dark text to meet WCAG 2.1 contrast requirements. A foreground of #1a1a2e on a #ACFAE2 background will pass AA for normal text and AAA for large text. Always test with tools like the ColorPickerCode contrast checker before shipping to production.

Frequently Asked Questions About ACFAE2

What color is #ACFAE2?
#ACFAE2 is a vivid very light cyan with RGB(172, 250, 226) and HSL(162°, 89%, 83%). It belongs to the cyan family.
What is the RGB value of ACFAE2?
RGB(172, 250, 226). Red=172, Green=250, Blue=226. Each channel ranges from 0 to 255.
Is #ACFAE2 dark or light?
Perceived brightness is 224/255 (88%), classified as very light. Use dark text (#1a1a2e) for body text.
What is the CMYK of ACFAE2?
CMYK: 31%, 0%, 10%, 2%. Use this for print reproduction of #ACFAE2.
What colors go well with #ACFAE2?
Complementary: #FAADC4. Analogous: #ADEBFA & #ADFABD. Triadic: #E3ADFA & #FAE3AD.
How do I use ACFAE2 in CSS?
color: #ACFAE2; for text, background-color: #ACFAE2; for backgrounds, border: 2px solid #ACFAE2; for borders.
What is the HSL of #ACFAE2?
HSL: 162°, 89%, 83%. Hue 162°, saturation 89%, lightness 83%.
Can #ACFAE2 be used for branding?
Yes. Test in both RGB (screens) and CMYK (print). Pair with #1a1a2e for text. The cyan family projects trust and calm.