#ace9df
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 233, 223
HSL
170°, 58%, 79%
CMYK
26, 0, 4, 9
Luminance
0.7238
Every format
| HEX | #ace9df |
| RGB | rgb(172, 233, 223) |
| HSL | hsl(170, 58%, 79%) |
| CMYK | cmyk(26%, 0%, 4%, 9%) |
| LAB | lab(88.2 -21.3 -1.4) |
| LCH | lch(88.2 21.3 183.7) |
| OKLCH | oklch(0.890 0.063 183.7) |
Copy-ready code
/* CSS */
color: #ace9df;
background-color: #ace9df;
/* Tailwind (arbitrary) */
class="text-[#ace9df] bg-[#ace9df]"
/* SCSS */
$brand: #ace9df;
/* SwiftUI */
Color(red: 0.675, green: 0.914, blue: 0.875)
/* Android */
Color.parseColor("#ace9df")Accessibility — WCAG contrast
Aa
#ace9df on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace9df on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.4%
Blue87.5%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow4.3%
Key (black)8.6%
Color previews
#ace9df text on a black background
contrast 15.48:1
Card sample
#ace9df text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace9df;
Background color
Panel with #ace9df background
background-color: #ace9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 233, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 233, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace9df; background: linear-gradient(135deg, #ace9df, #ACCAE9);