#ace1da
a light, vivid cyan · cool · closest name: silver
RGB
172, 225, 218
HSL
172°, 47%, 78%
CMYK
24, 0, 3, 12
Luminance
0.6768
Every format
| HEX | #ace1da |
| RGB | rgb(172, 225, 218) |
| HSL | hsl(172, 47%, 78%) |
| CMYK | cmyk(24%, 0%, 3%, 12%) |
| LAB | lab(85.8 -18.4 -2.1) |
| LCH | lch(85.8 18.5 186.6) |
| OKLCH | oklch(0.871 0.055 186.2) |
Copy-ready code
/* CSS */
color: #ace1da;
background-color: #ace1da;
/* Tailwind (arbitrary) */
class="text-[#ace1da] bg-[#ace1da]"
/* SCSS */
$brand: #ace1da;
/* SwiftUI */
Color(red: 0.675, green: 0.882, blue: 0.855)
/* Android */
Color.parseColor("#ace1da")Accessibility — WCAG contrast
Aa
#ace1da on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace1da on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.2%
Blue85.5%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow3.1%
Key (black)11.8%
Color previews
#ace1da text on a black background
contrast 14.54:1
Card sample
#ace1da text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace1da;
Background color
Panel with #ace1da background
background-color: #ace1da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace1da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 225, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 225, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace1da; background: linear-gradient(135deg, #ace1da, #ACC5E1);