#adacf0
a light, vivid blue · warm · closest name: plum
RGB
173, 172, 240
HSL
241°, 69%, 81%
CMYK
28, 28, 0, 6
Luminance
0.4468
Every format
| HEX | #adacf0 |
| RGB | rgb(173, 172, 240) |
| HSL | hsl(241, 69%, 81%) |
| CMYK | cmyk(28%, 28%, 0%, 6%) |
| LAB | lab(72.7 15.1 -33.8) |
| LCH | lch(72.7 37.0 294.1) |
| OKLCH | oklch(0.770 0.097 284.6) |
Copy-ready code
/* CSS */
color: #adacf0;
background-color: #adacf0;
/* Tailwind (arbitrary) */
class="text-[#adacf0] bg-[#adacf0]"
/* SCSS */
$brand: #adacf0;
/* SwiftUI */
Color(red: 0.678, green: 0.675, blue: 0.941)
/* Android */
Color.parseColor("#adacf0")Accessibility — WCAG contrast
Aa
#adacf0 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adacf0 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.5%
Blue94.1%
CMYK percentages
Cyan27.9%
Magenta28.3%
Yellow0.0%
Key (black)5.9%
Color previews
#adacf0 text on a black background
contrast 9.94:1
Card sample
#adacf0 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adacf0;
Background color
Panel with #adacf0 background
background-color: #adacf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adacf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 172, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 172, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adacf0; background: linear-gradient(135deg, #adacf0, #DAACF0);