#acbfe2
a light, vivid blue · cool · closest name: skyblue
RGB
172, 191, 226
HSL
219°, 48%, 78%
CMYK
24, 16, 0, 11
Luminance
0.5152
Every format
| HEX | #acbfe2 |
| RGB | rgb(172, 191, 226) |
| HSL | hsl(219, 48%, 78%) |
| CMYK | cmyk(24%, 16%, 0%, 11%) |
| LAB | lab(77.0 1.1 -19.6) |
| LCH | lch(77.0 19.6 273.2) |
| OKLCH | oklch(0.802 0.054 262.6) |
Copy-ready code
/* CSS */
color: #acbfe2;
background-color: #acbfe2;
/* Tailwind (arbitrary) */
class="text-[#acbfe2] bg-[#acbfe2]"
/* SCSS */
$brand: #acbfe2;
/* SwiftUI */
Color(red: 0.675, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#acbfe2")Accessibility — WCAG contrast
Aa
#acbfe2 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbfe2 on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green74.9%
Blue88.6%
CMYK percentages
Cyan23.9%
Magenta15.5%
Yellow0.0%
Key (black)11.4%
Color previews
#acbfe2 text on a black background
contrast 11.30:1
Card sample
#acbfe2 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbfe2;
Background color
Panel with #acbfe2 background
background-color: #acbfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbfe2; background: linear-gradient(135deg, #acbfe2, #BDACE2);