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