#abcbf4
a light, electric blue · cool · closest name: skyblue
RGB
171, 203, 244
HSL
214°, 77%, 81%
CMYK
30, 17, 0, 4
Luminance
0.5790
Every format
| HEX | #abcbf4 |
| RGB | rgb(171, 203, 244) |
| HSL | hsl(214, 77%, 81%) |
| CMYK | cmyk(30%, 17%, 0%, 4%) |
| LAB | lab(80.7 -1.4 -23.7) |
| LCH | lch(80.7 23.7 266.6) |
| OKLCH | oklch(0.833 0.067 254.8) |
Copy-ready code
/* CSS */
color: #abcbf4;
background-color: #abcbf4;
/* Tailwind (arbitrary) */
class="text-[#abcbf4] bg-[#abcbf4]"
/* SCSS */
$brand: #abcbf4;
/* SwiftUI */
Color(red: 0.671, green: 0.796, blue: 0.957)
/* Android */
Color.parseColor("#abcbf4")Accessibility — WCAG contrast
Aa
#abcbf4 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcbf4 on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.6%
Blue95.7%
CMYK percentages
Cyan29.9%
Magenta16.8%
Yellow0.0%
Key (black)4.3%
Color previews
#abcbf4 text on a black background
contrast 12.58:1
Card sample
#abcbf4 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcbf4;
Background color
Panel with #abcbf4 background
background-color: #abcbf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcbf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 203, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 203, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcbf4; background: linear-gradient(135deg, #abcbf4, #BCABF4);