#abc8f9
a light, electric blue · cool · closest name: skyblue
RGB
171, 200, 249
HSL
218°, 87%, 82%
CMYK
31, 20, 0, 2
Luminance
0.5681
Every format
| HEX | #abc8f9 |
| RGB | rgb(171, 200, 249) |
| HSL | hsl(218, 87%, 82%) |
| CMYK | cmyk(31%, 20%, 0%, 2%) |
| LAB | lab(80.1 1.4 -27.3) |
| LCH | lch(80.1 27.3 273.0) |
| OKLCH | oklch(0.828 0.076 260.8) |
Copy-ready code
/* CSS */
color: #abc8f9;
background-color: #abc8f9;
/* Tailwind (arbitrary) */
class="text-[#abc8f9] bg-[#abc8f9]"
/* SCSS */
$brand: #abc8f9;
/* SwiftUI */
Color(red: 0.671, green: 0.784, blue: 0.976)
/* Android */
Color.parseColor("#abc8f9")Accessibility — WCAG contrast
Aa
#abc8f9 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc8f9 on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green78.4%
Blue97.6%
CMYK percentages
Cyan31.3%
Magenta19.7%
Yellow0.0%
Key (black)2.4%
Color previews
#abc8f9 text on a black background
contrast 12.36:1
Card sample
#abc8f9 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc8f9;
Background color
Panel with #abc8f9 background
background-color: #abc8f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc8f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 200, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 200, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc8f9; background: linear-gradient(135deg, #abc8f9, #C2ABF9);