#ace2df
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 226, 223
HSL
177°, 48%, 78%
CMYK
24, 0, 1, 11
Luminance
0.6849
Every format
| HEX | #ace2df |
| RGB | rgb(172, 226, 223) |
| HSL | hsl(177, 48%, 78%) |
| CMYK | cmyk(24%, 0%, 1%, 11%) |
| LAB | lab(86.3 -17.8 -4.2) |
| LCH | lch(86.3 18.3 193.2) |
| OKLCH | oklch(0.875 0.055 191.9) |
Copy-ready code
/* CSS */
color: #ace2df;
background-color: #ace2df;
/* Tailwind (arbitrary) */
class="text-[#ace2df] bg-[#ace2df]"
/* SCSS */
$brand: #ace2df;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#ace2df")Accessibility — WCAG contrast
Aa
#ace2df on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace2df on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.6%
Blue87.5%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow1.3%
Key (black)11.4%
Color previews
#ace2df text on a black background
contrast 14.70:1
Card sample
#ace2df text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace2df;
Background color
Panel with #ace2df background
background-color: #ace2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace2df; background: linear-gradient(135deg, #ace2df, #ACC1E2);