#abcbf8
a light, electric blue · cool · closest name: skyblue
RGB
171, 203, 248
HSL
215°, 85%, 82%
CMYK
31, 18, 0, 3
Luminance
0.5815
Every format
| HEX | #abcbf8 |
| RGB | rgb(171, 203, 248) |
| HSL | hsl(215, 85%, 82%) |
| CMYK | cmyk(31%, 18%, 0%, 3%) |
| LAB | lab(80.8 -0.4 -25.6) |
| LCH | lch(80.8 25.6 269.0) |
| OKLCH | oklch(0.834 0.072 256.9) |
Copy-ready code
/* CSS */
color: #abcbf8;
background-color: #abcbf8;
/* Tailwind (arbitrary) */
class="text-[#abcbf8] bg-[#abcbf8]"
/* SCSS */
$brand: #abcbf8;
/* SwiftUI */
Color(red: 0.671, green: 0.796, blue: 0.973)
/* Android */
Color.parseColor("#abcbf8")Accessibility — WCAG contrast
Aa
#abcbf8 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcbf8 on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.6%
Blue97.3%
CMYK percentages
Cyan31.0%
Magenta18.1%
Yellow0.0%
Key (black)2.7%
Color previews
#abcbf8 text on a black background
contrast 12.63:1
Card sample
#abcbf8 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcbf8;
Background color
Panel with #abcbf8 background
background-color: #abcbf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcbf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 203, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 203, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcbf8; background: linear-gradient(135deg, #abcbf8, #BFABF8);