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