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