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