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