#aceaf6
a light, electric cyan · cool · closest name: skyblue
RGB
172, 234, 246
HSL
190°, 80%, 82%
CMYK
30, 5, 0, 4
Luminance
0.7427
Every format
| HEX | #aceaf6 |
| RGB | rgb(172, 234, 246) |
| HSL | hsl(190, 80%, 82%) |
| CMYK | cmyk(30%, 5%, 0%, 4%) |
| LAB | lab(89.0 -16.7 -12.1) |
| LCH | lch(89.0 20.6 215.9) |
| OKLCH | oklch(0.899 0.065 210.9) |
Copy-ready code
/* CSS */
color: #aceaf6;
background-color: #aceaf6;
/* Tailwind (arbitrary) */
class="text-[#aceaf6] bg-[#aceaf6]"
/* SCSS */
$brand: #aceaf6;
/* SwiftUI */
Color(red: 0.675, green: 0.918, blue: 0.965)
/* Android */
Color.parseColor("#aceaf6")Accessibility — WCAG contrast
Aa
#aceaf6 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceaf6 on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.8%
Blue96.5%
CMYK percentages
Cyan30.1%
Magenta4.9%
Yellow0.0%
Key (black)3.5%
Color previews
#aceaf6 text on a black background
contrast 15.85:1
Card sample
#aceaf6 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceaf6;
Background color
Panel with #aceaf6 background
background-color: #aceaf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceaf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 234, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 234, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceaf6; background: linear-gradient(135deg, #aceaf6, #ACB9F6);