#adacf6
a light, electric blue · warm · closest name: plum
RGB
173, 172, 246
HSL
241°, 80%, 82%
CMYK
30, 30, 0, 4
Luminance
0.4504
Every format
| HEX | #adacf6 |
| RGB | rgb(173, 172, 246) |
| HSL | hsl(241, 80%, 82%) |
| CMYK | cmyk(30%, 30%, 0%, 4%) |
| LAB | lab(72.9 16.6 -36.7) |
| LCH | lch(72.9 40.2 294.4) |
| OKLCH | oklch(0.773 0.105 284.3) |
Copy-ready code
/* CSS */
color: #adacf6;
background-color: #adacf6;
/* Tailwind (arbitrary) */
class="text-[#adacf6] bg-[#adacf6]"
/* SCSS */
$brand: #adacf6;
/* SwiftUI */
Color(red: 0.678, green: 0.675, blue: 0.965)
/* Android */
Color.parseColor("#adacf6")Accessibility — WCAG contrast
Aa
#adacf6 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adacf6 on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.5%
Blue96.5%
CMYK percentages
Cyan29.7%
Magenta30.1%
Yellow0.0%
Key (black)3.5%
Color previews
#adacf6 text on a black background
contrast 10.01:1
Card sample
#adacf6 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adacf6;
Background color
Panel with #adacf6 background
background-color: #adacf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adacf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 172, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 172, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adacf6; background: linear-gradient(135deg, #adacf6, #DEACF6);