#ace5e2
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 229, 226
HSL
177°, 52%, 79%
CMYK
25, 0, 1, 10
Luminance
0.7030
Every format
| HEX | #ace5e2 |
| RGB | rgb(172, 229, 226) |
| HSL | hsl(177, 52%, 79%) |
| CMYK | cmyk(25%, 0%, 1%, 10%) |
| LAB | lab(87.1 -18.6 -4.4) |
| LCH | lch(87.1 19.2 193.4) |
| OKLCH | oklch(0.882 0.058 192.1) |
Copy-ready code
/* CSS */
color: #ace5e2;
background-color: #ace5e2;
/* Tailwind (arbitrary) */
class="text-[#ace5e2] bg-[#ace5e2]"
/* SCSS */
$brand: #ace5e2;
/* SwiftUI */
Color(red: 0.675, green: 0.898, blue: 0.886)
/* Android */
Color.parseColor("#ace5e2")Accessibility — WCAG contrast
Aa
#ace5e2 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace5e2 on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.8%
Blue88.6%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow1.3%
Key (black)10.2%
Color previews
#ace5e2 text on a black background
contrast 15.06:1
Card sample
#ace5e2 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace5e2;
Background color
Panel with #ace5e2 background
background-color: #ace5e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace5e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 229, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 229, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace5e2; background: linear-gradient(135deg, #ace5e2, #ACC2E5);