#ace2e4
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 226, 228
HSL
182°, 51%, 78%
CMYK
25, 1, 0, 11
Luminance
0.6876
Every format
| HEX | #ace2e4 |
| RGB | rgb(172, 226, 228) |
| HSL | hsl(182, 51%, 78%) |
| CMYK | cmyk(25%, 1%, 0%, 11%) |
| LAB | lab(86.4 -16.7 -6.6) |
| LCH | lch(86.4 18.0 201.6) |
| OKLCH | oklch(0.876 0.055 199.0) |
Copy-ready code
/* CSS */
color: #ace2e4;
background-color: #ace2e4;
/* Tailwind (arbitrary) */
class="text-[#ace2e4] bg-[#ace2e4]"
/* SCSS */
$brand: #ace2e4;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.894)
/* Android */
Color.parseColor("#ace2e4")Accessibility — WCAG contrast
Aa
#ace2e4 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace2e4 on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.6%
Blue89.4%
CMYK percentages
Cyan24.6%
Magenta0.9%
Yellow0.0%
Key (black)10.6%
Color previews
#ace2e4 text on a black background
contrast 14.75:1
Card sample
#ace2e4 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace2e4;
Background color
Panel with #ace2e4 background
background-color: #ace2e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace2e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 226, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace2e4; background: linear-gradient(135deg, #ace2e4, #ACBDE4);