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