#aceef4
a light, electric cyan · cool · closest name: skyblue
RGB
172, 238, 244
HSL
185°, 77%, 82%
CMYK
30, 3, 0, 4
Luminance
0.7645
Every format
| HEX | #aceef4 |
| RGB | rgb(172, 238, 244) |
| HSL | hsl(185, 77%, 82%) |
| CMYK | cmyk(30%, 3%, 0%, 4%) |
| LAB | lab(90.1 -19.1 -9.5) |
| LCH | lch(90.1 21.4 206.5) |
| OKLCH | oklch(0.907 0.066 203.1) |
Copy-ready code
/* CSS */
color: #aceef4;
background-color: #aceef4;
/* Tailwind (arbitrary) */
class="text-[#aceef4] bg-[#aceef4]"
/* SCSS */
$brand: #aceef4;
/* SwiftUI */
Color(red: 0.675, green: 0.933, blue: 0.957)
/* Android */
Color.parseColor("#aceef4")Accessibility — WCAG contrast
Aa
#aceef4 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceef4 on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.3%
Blue95.7%
CMYK percentages
Cyan29.5%
Magenta2.5%
Yellow0.0%
Key (black)4.3%
Color previews
#aceef4 text on a black background
contrast 16.29:1
Card sample
#aceef4 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceef4;
Background color
Panel with #aceef4 background
background-color: #aceef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 238, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 238, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceef4; background: linear-gradient(135deg, #aceef4, #ACBEF4);