#adacf4
a light, electric blue · warm · closest name: plum
RGB
173, 172, 244
HSL
241°, 77%, 82%
CMYK
29, 30, 0, 4
Luminance
0.4492
Every format
| HEX | #adacf4 |
| RGB | rgb(173, 172, 244) |
| HSL | hsl(241, 77%, 82%) |
| CMYK | cmyk(29%, 30%, 0%, 4%) |
| LAB | lab(72.8 16.1 -35.7) |
| LCH | lch(72.8 39.2 294.3) |
| OKLCH | oklch(0.772 0.102 284.4) |
Copy-ready code
/* CSS */
color: #adacf4;
background-color: #adacf4;
/* Tailwind (arbitrary) */
class="text-[#adacf4] bg-[#adacf4]"
/* SCSS */
$brand: #adacf4;
/* SwiftUI */
Color(red: 0.678, green: 0.675, blue: 0.957)
/* Android */
Color.parseColor("#adacf4")Accessibility — WCAG contrast
Aa
#adacf4 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adacf4 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.5%
Blue95.7%
CMYK percentages
Cyan29.1%
Magenta29.5%
Yellow0.0%
Key (black)4.3%
Color previews
#adacf4 text on a black background
contrast 9.98:1
Card sample
#adacf4 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adacf4;
Background color
Panel with #adacf4 background
background-color: #adacf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adacf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 172, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 172, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adacf4; background: linear-gradient(135deg, #adacf4, #DDACF4);