#abc2f9
a light, electric blue · cool · closest name: skyblue
RGB
171, 194, 249
HSL
222°, 87%, 82%
CMYK
31, 22, 0, 2
Luminance
0.5408
Every format
| HEX | #abc2f9 |
| RGB | rgb(171, 194, 249) |
| HSL | hsl(222, 87%, 82%) |
| CMYK | cmyk(31%, 22%, 0%, 2%) |
| LAB | lab(78.5 4.7 -29.7) |
| LCH | lch(78.5 30.0 278.9) |
| OKLCH | oklch(0.816 0.082 267.0) |
Copy-ready code
/* CSS */
color: #abc2f9;
background-color: #abc2f9;
/* Tailwind (arbitrary) */
class="text-[#abc2f9] bg-[#abc2f9]"
/* SCSS */
$brand: #abc2f9;
/* SwiftUI */
Color(red: 0.671, green: 0.761, blue: 0.976)
/* Android */
Color.parseColor("#abc2f9")Accessibility — WCAG contrast
Aa
#abc2f9 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc2f9 on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.1%
Blue97.6%
CMYK percentages
Cyan31.3%
Magenta22.1%
Yellow0.0%
Key (black)2.4%
Color previews
#abc2f9 text on a black background
contrast 11.82:1
Card sample
#abc2f9 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc2f9;
Background color
Panel with #abc2f9 background
background-color: #abc2f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc2f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 194, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 194, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc2f9; background: linear-gradient(135deg, #abc2f9, #C8ABF9);