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