#ace4df
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 228, 223
HSL
175°, 51%, 78%
CMYK
25, 0, 2, 11
Luminance
0.6959
Every format
| HEX | #ace4df |
| RGB | rgb(172, 228, 223) |
| HSL | hsl(175, 51%, 78%) |
| CMYK | cmyk(25%, 0%, 2%, 11%) |
| LAB | lab(86.8 -18.8 -3.4) |
| LCH | lch(86.8 19.1 190.2) |
| OKLCH | oklch(0.879 0.058 189.3) |
Copy-ready code
/* CSS */
color: #ace4df;
background-color: #ace4df;
/* Tailwind (arbitrary) */
class="text-[#ace4df] bg-[#ace4df]"
/* SCSS */
$brand: #ace4df;
/* SwiftUI */
Color(red: 0.675, green: 0.894, blue: 0.875)
/* Android */
Color.parseColor("#ace4df")Accessibility — WCAG contrast
Aa
#ace4df on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace4df on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.4%
Blue87.5%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow2.2%
Key (black)10.6%
Color previews
#ace4df text on a black background
contrast 14.92:1
Card sample
#ace4df text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace4df;
Background color
Panel with #ace4df background
background-color: #ace4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 228, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 228, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace4df; background: linear-gradient(135deg, #ace4df, #ACC4E4);