#ace8da
a light, vivid cyan · cool · closest name: beige
RGB
172, 232, 218
HSL
166°, 57%, 79%
CMYK
26, 0, 6, 9
Luminance
0.7155
Every format
| HEX | #ace8da |
| RGB | rgb(172, 232, 218) |
| HSL | hsl(166, 57%, 79%) |
| CMYK | cmyk(26%, 0%, 6%, 9%) |
| LAB | lab(87.8 -21.8 0.7) |
| LCH | lch(87.8 21.8 178.3) |
| OKLCH | oklch(0.886 0.064 178.7) |
Copy-ready code
/* CSS */
color: #ace8da;
background-color: #ace8da;
/* Tailwind (arbitrary) */
class="text-[#ace8da] bg-[#ace8da]"
/* SCSS */
$brand: #ace8da;
/* SwiftUI */
Color(red: 0.675, green: 0.910, blue: 0.855)
/* Android */
Color.parseColor("#ace8da")Accessibility — WCAG contrast
Aa
#ace8da on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace8da on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.0%
Blue85.5%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow6.0%
Key (black)9.0%
Color previews
#ace8da text on a black background
contrast 15.31:1
Card sample
#ace8da text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace8da;
Background color
Panel with #ace8da background
background-color: #ace8da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace8da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 232, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 232, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace8da; background: linear-gradient(135deg, #ace8da, #ACCEE8);