Skip to content

#ace2f1

a light, vivid cyan · cool · closest name: Light Blue

RGB
172, 226, 241
HSL
193°, 71%, 81%
CMYK
29, 6, 0, 6
Luminance
0.6951

At a glance

Every number on this page in one read: what #ace2f1 is made of, how bright it looks, and which way it leans.

Hex
#ace2f1
Hue
193°
cyan
Saturation
71%
vivid
Lightness
81%
light
Brightness
95%
HSV value
Perceived
84%
weighted brightness
Luminance
0.6951
WCAG relative
Temperature
Cool
93/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
14.90:1
Closest name
Light Blue
ΔE2000 3
Where it sits
Hue193° of 360°
Saturation71%
Lightness81%
Temperature
Warm ← → Cool93% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#ace2f1
RGBrgb(172, 226, 241)
HSLhsl(193, 71%, 81%)
CMYKcmyk(29%, 6%, 0%, 6%)
LABlab(86.8 -13.8 -12.9)
LCHlch(86.8 18.9 223.1)
OKLCHoklch(0.880 0.059 216.7)
Decimal11330289
Display P3color(display-p3 0.675 0.886 0.945)

Copy-ready code

/* CSS */
color: #ace2f1;
background-color: #ace2f1;
/* Tailwind (arbitrary) */
class="text-[#ace2f1] bg-[#ace2f1]"
/* SCSS */
$brand: #ace2f1;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.945)
/* Android */
Color.parseColor("#ace2f1")
/* Flutter */
Color(0xFFACE2F1)
/* Python / OpenCV (BGR) */
(241, 226, 172)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #ace2f1 · 14.90:1
Use #000000AAA at every size.
Aa
White text · 1.41:1
AA fail · AA large fail · AAA fail
Aa
Black text · 14.90:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #ace2f1 as text scores 1.41:1 on white and 14.90:1 on black.

Accessibility — WCAG contrast

Aa
#ace2f1 on white: 1.41:1
AA ✗ fail · AA-large · AAA
Aa
#ace2f1 on black: 14.90:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D8DEF2
deuteranopia · #CCD5F1
tritanopia · #95E8E6

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #ace2f1 is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F3FAFC
#E7F5F8
#C9EAF3
#ace2f1
#6FCDE7
#3FBCDF
#23ACD1
#1D8FAF
#18728C
#155465
#0D343F
Base = 300Lightest = 50 · #F3FAFCDarkest = 950 · #0D343F
:root {
  --brand-50: #F3FAFC;
  --brand-100: #E7F5F8;
  --brand-200: #C9EAF3;
  --brand-300: #ace2f1;
  --brand-400: #6FCDE7;
  --brand-500: #3FBCDF;
  --brand-600: #23ACD1;
  --brand-700: #1D8FAF;
  --brand-800: #18728C;
  --brand-900: #155465;
  --brand-950: #0D343F;
  --brand: #ace2f1;
  --brand-ink: #000000;
}

Colors that work with #ace2f1

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F4F9FA
Tinted page background
Border#C0E3ED
Hairlines and dividers
Muted text#4B8A9B
Captions on the surface
Accent#B31920
Second voice, not a rival
Dark variant#12596D
Hover, pressed, headers
Light variant#E9F7FB
Selected rows, tints
Dark surface#142124
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #ace2f1

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • Thin strokes and 1px borders — they disappear on light UI
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#F1BBAC
Analogous left#ACF1DD
Analogous right#ACC0F1
Split-complement 1#F1ACC0
Split-complement 2#F1DDAC
Triadic 1#F1ACE2
Triadic 2#E2F1AC
Tetradic#DDACF1

RGB percentages

Red67.5%
Green88.6%
Blue94.5%

CMYK percentages

Cyan28.6%
Magenta6.2%
Yellow0.0%
Key (black)5.5%

Color previews

#ace2f1 text on a black background

contrast 14.90:1

Card sample

#ace2f1 text on a white background

contrast 1.41:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #ace2f1;
Background color
Panel with #ace2f1 background
background-color: #ace2f1;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #ace2f1;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(172, 226, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace2f1;
background: linear-gradient(135deg, #ace2f1, #ACB4F1);

Monochromatic scale

Palettes built from #ace2f1

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#ace2f1 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyTravelHealthcareMedia
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Converts to four-color process without much drama. Proof it anyway.

#ace2f1, answered

What color is #ace2f1?

#ace2f1 is a light vivid cyan, closest to Light Blue (ΔE2000 3). It sits at 193° on the hue wheel with 71% saturation and 81% lightness, which reads as cool.

What is the RGB value of #ace2f1?

rgb(172, 226, 241) — 172 red, 226 green and 241 blue out of 255, or 67.5% / 88.6% / 94.5% by channel.

Is #ace2f1 a light or a dark color?

It is a light color. Relative luminance is 0.6951 and perceived brightness is 84%, so black text on it reaches 14.90:1.

Should I use black or white text on #ace2f1?

Black. It scores 14.90:1 against #ace2f1, versus 1.41:1 for white — AAA at any size.

What is the complementary color of #ace2f1?

#F1BBAC sits directly opposite on the wheel. Softer options are the split-complements #F1ACC0 and #F1DDAC, which give the same contrast with far less vibration.

What colors go well with #ace2f1?

For interface work: #F4F9FA as the surface, #C0E3ED for borders, #4B8A9B for secondary text, #B31920 as an accent and #12596D for hover and pressed states. For a palette, the analogous pair #ACF1DD and #ACC0F1 stays calm, while #F1BBAC is the loudest partner.

What is #ace2f1 in CMYK for printing?

cmyk(29%, 6%, 0%, 6%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #ace2f1 warm or cool?

Cool — it scores 93 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #ACF1E7; nudged cooler, #ABD2F2.

Work with #ace2f1 in the Color Lab