#ace5fd
a light, electric cyan · cool · closest name: skyblue
RGB
172, 229, 253
HSL
198°, 95%, 83%
CMYK
32, 10, 0, 1
Luminance
0.7190
Every format
| HEX | #ace5fd |
| RGB | rgb(172, 229, 253) |
| HSL | hsl(198, 95%, 83%) |
| CMYK | cmyk(32%, 10%, 0%, 1%) |
| LAB | lab(87.9 -12.5 -17.5) |
| LCH | lch(87.9 21.5 234.3) |
| OKLCH | oklch(0.891 0.067 225.8) |
Copy-ready code
/* CSS */
color: #ace5fd;
background-color: #ace5fd;
/* Tailwind (arbitrary) */
class="text-[#ace5fd] bg-[#ace5fd]"
/* SCSS */
$brand: #ace5fd;
/* SwiftUI */
Color(red: 0.675, green: 0.898, blue: 0.992)
/* Android */
Color.parseColor("#ace5fd")Accessibility — WCAG contrast
Aa
#ace5fd on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace5fd on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.8%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta9.5%
Yellow0.0%
Key (black)0.8%
Color previews
#ace5fd text on a black background
contrast 15.38:1
Card sample
#ace5fd text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace5fd;
Background color
Panel with #ace5fd background
background-color: #ace5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 229, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 229, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace5fd; background: linear-gradient(135deg, #ace5fd, #ACAFFD);