#abacf7
a light, electric blue · warm · closest name: plum
RGB
171, 172, 247
HSL
239°, 83%, 82%
CMYK
31, 30, 0, 3
Luminance
0.4488
Every format
| HEX | #abacf7 |
| RGB | rgb(171, 172, 247) |
| HSL | hsl(239, 83%, 82%) |
| CMYK | cmyk(31%, 30%, 0%, 3%) |
| LAB | lab(72.8 16.3 -37.4) |
| LCH | lch(72.8 40.8 293.5) |
| OKLCH | oklch(0.772 0.107 283.0) |
Copy-ready code
/* CSS */
color: #abacf7;
background-color: #abacf7;
/* Tailwind (arbitrary) */
class="text-[#abacf7] bg-[#abacf7]"
/* SCSS */
$brand: #abacf7;
/* SwiftUI */
Color(red: 0.671, green: 0.675, blue: 0.969)
/* Android */
Color.parseColor("#abacf7")Accessibility — WCAG contrast
Aa
#abacf7 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abacf7 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.5%
Blue96.9%
CMYK percentages
Cyan30.8%
Magenta30.4%
Yellow0.0%
Key (black)3.1%
Color previews
#abacf7 text on a black background
contrast 9.98:1
Card sample
#abacf7 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abacf7;
Background color
Panel with #abacf7 background
background-color: #abacf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abacf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 172, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 172, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abacf7; background: linear-gradient(135deg, #abacf7, #DDABF7);