#adacfe
a light, electric blue · warm · closest name: plum
RGB
173, 172, 254
HSL
241°, 98%, 84%
CMYK
32, 32, 0, 0
Luminance
0.4555
Every format
| HEX | #adacfe |
| RGB | rgb(173, 172, 254) |
| HSL | hsl(241, 98%, 84%) |
| CMYK | cmyk(32%, 32%, 0%, 0%) |
| LAB | lab(73.3 18.6 -40.5) |
| LCH | lch(73.3 44.5 294.7) |
| OKLCH | oklch(0.776 0.116 283.9) |
Copy-ready code
/* CSS */
color: #adacfe;
background-color: #adacfe;
/* Tailwind (arbitrary) */
class="text-[#adacfe] bg-[#adacfe]"
/* SCSS */
$brand: #adacfe;
/* SwiftUI */
Color(red: 0.678, green: 0.675, blue: 0.996)
/* Android */
Color.parseColor("#adacfe")Accessibility — WCAG contrast
Aa
#adacfe on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adacfe on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.5%
Blue99.6%
CMYK percentages
Cyan31.9%
Magenta32.3%
Yellow0.0%
Key (black)0.4%
Color previews
#adacfe text on a black background
contrast 10.11:1
Card sample
#adacfe text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adacfe;
Background color
Panel with #adacfe background
background-color: #adacfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adacfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 172, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 172, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adacfe; background: linear-gradient(135deg, #adacfe, #E4ACFE);