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