#abacf3
a light, electric blue · warm · closest name: plum
RGB
171, 172, 243
HSL
239°, 75%, 81%
CMYK
30, 29, 0, 5
Luminance
0.4463
Every format
| HEX | #abacf3 |
| RGB | rgb(171, 172, 243) |
| HSL | hsl(239, 75%, 81%) |
| CMYK | cmyk(30%, 29%, 0%, 5%) |
| LAB | lab(72.7 15.3 -35.5) |
| LCH | lch(72.7 38.6 293.3) |
| OKLCH | oklch(0.770 0.101 283.1) |
Copy-ready code
/* CSS */
color: #abacf3;
background-color: #abacf3;
/* Tailwind (arbitrary) */
class="text-[#abacf3] bg-[#abacf3]"
/* SCSS */
$brand: #abacf3;
/* SwiftUI */
Color(red: 0.671, green: 0.675, blue: 0.953)
/* Android */
Color.parseColor("#abacf3")Accessibility — WCAG contrast
Aa
#abacf3 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abacf3 on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.5%
Blue95.3%
CMYK percentages
Cyan29.6%
Magenta29.2%
Yellow0.0%
Key (black)4.7%
Color previews
#abacf3 text on a black background
contrast 9.93:1
Card sample
#abacf3 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abacf3;
Background color
Panel with #abacf3 background
background-color: #abacf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abacf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 172, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 172, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abacf3; background: linear-gradient(135deg, #abacf3, #DAABF3);