#ace0fd
a light, electric blue · cool · closest name: skyblue
RGB
172, 224, 253
HSL
202°, 95%, 83%
CMYK
32, 12, 0, 1
Luminance
0.6917
Every format
| HEX | #ace0fd |
| RGB | rgb(172, 224, 253) |
| HSL | hsl(202, 95%, 83%) |
| CMYK | cmyk(32%, 12%, 0%, 1%) |
| LAB | lab(86.6 -10.0 -19.5) |
| LCH | lch(86.6 21.9 242.9) |
| OKLCH | oklch(0.880 0.067 232.9) |
Copy-ready code
/* CSS */
color: #ace0fd;
background-color: #ace0fd;
/* Tailwind (arbitrary) */
class="text-[#ace0fd] bg-[#ace0fd]"
/* SCSS */
$brand: #ace0fd;
/* SwiftUI */
Color(red: 0.675, green: 0.878, blue: 0.992)
/* Android */
Color.parseColor("#ace0fd")Accessibility — WCAG contrast
Aa
#ace0fd on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace0fd on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.8%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta11.5%
Yellow0.0%
Key (black)0.8%
Color previews
#ace0fd text on a black background
contrast 14.83:1
Card sample
#ace0fd text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace0fd;
Background color
Panel with #ace0fd background
background-color: #ace0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 224, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 224, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace0fd; background: linear-gradient(135deg, #ace0fd, #AEACFD);