#acbefd
a light, electric blue · warm · closest name: skyblue
RGB
172, 190, 253
HSL
227°, 95%, 83%
CMYK
32, 25, 0, 1
Luminance
0.5269
Every format
| HEX | #acbefd |
| RGB | rgb(172, 190, 253) |
| HSL | hsl(227, 95%, 83%) |
| CMYK | cmyk(32%, 25%, 0%, 1%) |
| LAB | lab(77.7 8.1 -33.0) |
| LCH | lch(77.7 34.0 283.8) |
| OKLCH | oklch(0.810 0.092 271.9) |
Copy-ready code
/* CSS */
color: #acbefd;
background-color: #acbefd;
/* Tailwind (arbitrary) */
class="text-[#acbefd] bg-[#acbefd]"
/* SCSS */
$brand: #acbefd;
/* SwiftUI */
Color(red: 0.675, green: 0.745, blue: 0.992)
/* Android */
Color.parseColor("#acbefd")Accessibility — WCAG contrast
Aa
#acbefd on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbefd on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green74.5%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta24.9%
Yellow0.0%
Key (black)0.8%
Color previews
#acbefd text on a black background
contrast 11.54:1
Card sample
#acbefd text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbefd;
Background color
Panel with #acbefd background
background-color: #acbefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 190, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 190, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbefd; background: linear-gradient(135deg, #acbefd, #D0ACFD);