#ace1df
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 225, 223
HSL
178°, 47%, 78%
CMYK
24, 0, 1, 12
Luminance
0.6795
Every format
| HEX | #ace1df |
| RGB | rgb(172, 225, 223) |
| HSL | hsl(178, 47%, 78%) |
| CMYK | cmyk(24%, 0%, 1%, 12%) |
| LAB | lab(86.0 -17.3 -4.6) |
| LCH | lch(86.0 17.9 194.8) |
| OKLCH | oklch(0.873 0.054 193.3) |
Copy-ready code
/* CSS */
color: #ace1df;
background-color: #ace1df;
/* Tailwind (arbitrary) */
class="text-[#ace1df] bg-[#ace1df]"
/* SCSS */
$brand: #ace1df;
/* SwiftUI */
Color(red: 0.675, green: 0.882, blue: 0.875)
/* Android */
Color.parseColor("#ace1df")Accessibility — WCAG contrast
Aa
#ace1df on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace1df on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.2%
Blue87.5%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow0.9%
Key (black)11.8%
Color previews
#ace1df text on a black background
contrast 14.59:1
Card sample
#ace1df text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace1df;
Background color
Panel with #ace1df background
background-color: #ace1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 225, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 225, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace1df; background: linear-gradient(135deg, #ace1df, #ACC0E1);