#aceee8
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 238, 232
HSL
175°, 66%, 80%
CMYK
28, 0, 3, 7
Luminance
0.7575
Every format
| HEX | #aceee8 |
| RGB | rgb(172, 238, 232) |
| HSL | hsl(175, 66%, 80%) |
| CMYK | cmyk(28%, 0%, 3%, 7%) |
| LAB | lab(89.7 -21.8 -3.8) |
| LCH | lch(89.7 22.1 189.8) |
| OKLCH | oklch(0.903 0.067 189.0) |
Copy-ready code
/* CSS */
color: #aceee8;
background-color: #aceee8;
/* Tailwind (arbitrary) */
class="text-[#aceee8] bg-[#aceee8]"
/* SCSS */
$brand: #aceee8;
/* SwiftUI */
Color(red: 0.675, green: 0.933, blue: 0.910)
/* Android */
Color.parseColor("#aceee8")Accessibility — WCAG contrast
Aa
#aceee8 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceee8 on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.3%
Blue91.0%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow2.5%
Key (black)6.7%
Color previews
#aceee8 text on a black background
contrast 16.15:1
Card sample
#aceee8 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceee8;
Background color
Panel with #aceee8 background
background-color: #aceee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 238, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 238, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceee8; background: linear-gradient(135deg, #aceee8, #ACC8EE);