#ace5db
a light, vivid cyan · cool · closest name: silver
RGB
172, 229, 219
HSL
170°, 52%, 79%
CMYK
25, 0, 4, 10
Luminance
0.6992
Every format
| HEX | #ace5db |
| RGB | rgb(172, 229, 219) |
| HSL | hsl(170, 52%, 79%) |
| CMYK | cmyk(25%, 0%, 4%, 10%) |
| LAB | lab(87.0 -20.1 -1.0) |
| LCH | lch(87.0 20.2 182.9) |
| OKLCH | oklch(0.880 0.060 182.9) |
Copy-ready code
/* CSS */
color: #ace5db;
background-color: #ace5db;
/* Tailwind (arbitrary) */
class="text-[#ace5db] bg-[#ace5db]"
/* SCSS */
$brand: #ace5db;
/* SwiftUI */
Color(red: 0.675, green: 0.898, blue: 0.859)
/* Android */
Color.parseColor("#ace5db")Accessibility — WCAG contrast
Aa
#ace5db on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace5db on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.8%
Blue85.9%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow4.4%
Key (black)10.2%
Color previews
#ace5db text on a black background
contrast 14.98:1
Card sample
#ace5db text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace5db;
Background color
Panel with #ace5db background
background-color: #ace5db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace5db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 229, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 229, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace5db; background: linear-gradient(135deg, #ace5db, #ACC9E5);