#abacfc
a light, electric blue · warm · closest name: plum
RGB
171, 172, 252
HSL
239°, 93%, 83%
CMYK
32, 32, 0, 1
Luminance
0.4519
Every format
| HEX | #abacfc |
| RGB | rgb(171, 172, 252) |
| HSL | hsl(239, 93%, 83%) |
| CMYK | cmyk(32%, 32%, 0%, 1%) |
| LAB | lab(73.0 17.5 -39.8) |
| LCH | lch(73.0 43.5 293.8) |
| OKLCH | oklch(0.774 0.114 282.9) |
Copy-ready code
/* CSS */
color: #abacfc;
background-color: #abacfc;
/* Tailwind (arbitrary) */
class="text-[#abacfc] bg-[#abacfc]"
/* SCSS */
$brand: #abacfc;
/* SwiftUI */
Color(red: 0.671, green: 0.675, blue: 0.988)
/* Android */
Color.parseColor("#abacfc")Accessibility — WCAG contrast
Aa
#abacfc on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abacfc on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.5%
Blue98.8%
CMYK percentages
Cyan32.1%
Magenta31.7%
Yellow0.0%
Key (black)1.2%
Color previews
#abacfc text on a black background
contrast 10.04:1
Card sample
#abacfc text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abacfc;
Background color
Panel with #abacfc background
background-color: #abacfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abacfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 172, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 172, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abacfc; background: linear-gradient(135deg, #abacfc, #E0ABFC);