#ace2e7
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 226, 231
HSL
185°, 55%, 79%
CMYK
26, 2, 0, 9
Luminance
0.6893
Every format
| HEX | #ace2e7 |
| RGB | rgb(172, 226, 231) |
| HSL | hsl(185, 55%, 79%) |
| CMYK | cmyk(26%, 2%, 0%, 9%) |
| LAB | lab(86.5 -16.1 -8.1) |
| LCH | lch(86.5 18.0 206.7) |
| OKLCH | oklch(0.877 0.056 203.3) |
Copy-ready code
/* CSS */
color: #ace2e7;
background-color: #ace2e7;
/* Tailwind (arbitrary) */
class="text-[#ace2e7] bg-[#ace2e7]"
/* SCSS */
$brand: #ace2e7;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.906)
/* Android */
Color.parseColor("#ace2e7")Accessibility — WCAG contrast
Aa
#ace2e7 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace2e7 on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.6%
Blue90.6%
CMYK percentages
Cyan25.5%
Magenta2.2%
Yellow0.0%
Key (black)9.4%
Color previews
#ace2e7 text on a black background
contrast 14.79:1
Card sample
#ace2e7 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace2e7;
Background color
Panel with #ace2e7 background
background-color: #ace2e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace2e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 226, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace2e7; background: linear-gradient(135deg, #ace2e7, #ACBBE7);