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