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