#ace8df
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 232, 223
HSL
171°, 57%, 79%
CMYK
26, 0, 4, 9
Luminance
0.7181
Every format
| HEX | #ace8df |
| RGB | rgb(172, 232, 223) |
| HSL | hsl(171, 57%, 79%) |
| CMYK | cmyk(26%, 0%, 4%, 9%) |
| LAB | lab(87.9 -20.8 -1.8) |
| LCH | lch(87.9 20.9 184.9) |
| OKLCH | oklch(0.888 0.062 184.7) |
Copy-ready code
/* CSS */
color: #ace8df;
background-color: #ace8df;
/* Tailwind (arbitrary) */
class="text-[#ace8df] bg-[#ace8df]"
/* SCSS */
$brand: #ace8df;
/* SwiftUI */
Color(red: 0.675, green: 0.910, blue: 0.875)
/* Android */
Color.parseColor("#ace8df")Accessibility — WCAG contrast
Aa
#ace8df on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace8df on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.0%
Blue87.5%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow3.9%
Key (black)9.0%
Color previews
#ace8df text on a black background
contrast 15.36:1
Card sample
#ace8df text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace8df;
Background color
Panel with #ace8df background
background-color: #ace8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 232, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 232, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace8df; background: linear-gradient(135deg, #ace8df, #ACC9E8);