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