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