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