#aceafc
a light, electric cyan · cool · closest name: skyblue
RGB
172, 234, 252
HSL
194°, 93%, 83%
CMYK
32, 7, 0, 1
Luminance
0.7464
Every format
| HEX | #aceafc |
| RGB | rgb(172, 234, 252) |
| HSL | hsl(194, 93%, 83%) |
| CMYK | cmyk(32%, 7%, 0%, 1%) |
| LAB | lab(89.2 -15.3 -15.0) |
| LCH | lch(89.2 21.4 224.4) |
| OKLCH | oklch(0.901 0.067 217.7) |
Copy-ready code
/* CSS */
color: #aceafc;
background-color: #aceafc;
/* Tailwind (arbitrary) */
class="text-[#aceafc] bg-[#aceafc]"
/* SCSS */
$brand: #aceafc;
/* SwiftUI */
Color(red: 0.675, green: 0.918, blue: 0.988)
/* Android */
Color.parseColor("#aceafc")Accessibility — WCAG contrast
Aa
#aceafc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceafc on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.8%
Blue98.8%
CMYK percentages
Cyan31.7%
Magenta7.1%
Yellow0.0%
Key (black)1.2%
Color previews
#aceafc text on a black background
contrast 15.93:1
Card sample
#aceafc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceafc;
Background color
Panel with #aceafc background
background-color: #aceafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 234, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 234, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceafc; background: linear-gradient(135deg, #aceafc, #ACB5FC);