#ace0da
a light, vivid cyan · cool · closest name: silver
RGB
172, 224, 218
HSL
173°, 46%, 78%
CMYK
23, 0, 3, 12
Luminance
0.6714
Every format
| HEX | #ace0da |
| RGB | rgb(172, 224, 218) |
| HSL | hsl(173, 46%, 78%) |
| CMYK | cmyk(23%, 0%, 3%, 12%) |
| LAB | lab(85.6 -17.9 -2.5) |
| LCH | lch(85.6 18.0 188.0) |
| OKLCH | oklch(0.869 0.054 187.5) |
Copy-ready code
/* CSS */
color: #ace0da;
background-color: #ace0da;
/* Tailwind (arbitrary) */
class="text-[#ace0da] bg-[#ace0da]"
/* SCSS */
$brand: #ace0da;
/* SwiftUI */
Color(red: 0.675, green: 0.878, blue: 0.855)
/* Android */
Color.parseColor("#ace0da")Accessibility — WCAG contrast
Aa
#ace0da on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace0da on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.8%
Blue85.5%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow2.7%
Key (black)12.2%
Color previews
#ace0da text on a black background
contrast 14.43:1
Card sample
#ace0da text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace0da;
Background color
Panel with #ace0da background
background-color: #ace0da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace0da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 224, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 224, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace0da; background: linear-gradient(135deg, #ace0da, #ACC3E0);