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