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