#adacf2
a light, vivid blue · warm · closest name: plum
RGB
173, 172, 242
HSL
241°, 73%, 81%
CMYK
29, 29, 0, 5
Luminance
0.4480
Every format
| HEX | #adacf2 |
| RGB | rgb(173, 172, 242) |
| HSL | hsl(241, 73%, 81%) |
| CMYK | cmyk(29%, 29%, 0%, 5%) |
| LAB | lab(72.8 15.6 -34.7) |
| LCH | lch(72.8 38.1 294.2) |
| OKLCH | oklch(0.771 0.099 284.5) |
Copy-ready code
/* CSS */
color: #adacf2;
background-color: #adacf2;
/* Tailwind (arbitrary) */
class="text-[#adacf2] bg-[#adacf2]"
/* SCSS */
$brand: #adacf2;
/* SwiftUI */
Color(red: 0.678, green: 0.675, blue: 0.949)
/* Android */
Color.parseColor("#adacf2")Accessibility — WCAG contrast
Aa
#adacf2 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adacf2 on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.5%
Blue94.9%
CMYK percentages
Cyan28.5%
Magenta28.9%
Yellow0.0%
Key (black)5.1%
Color previews
#adacf2 text on a black background
contrast 9.96:1
Card sample
#adacf2 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adacf2;
Background color
Panel with #adacf2 background
background-color: #adacf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adacf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 172, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 172, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adacf2; background: linear-gradient(135deg, #adacf2, #DCACF2);