#ada0eb
a light, vivid blue · warm · closest name: plum
RGB
173, 160, 235
HSL
250°, 65%, 78%
CMYK
26, 32, 0, 8
Luminance
0.4002
Every format
| HEX | #ada0eb |
| RGB | rgb(173, 160, 235) |
| HSL | hsl(250, 65%, 78%) |
| CMYK | cmyk(26%, 32%, 0%, 8%) |
| LAB | lab(69.5 20.6 -36.0) |
| LCH | lch(69.5 41.5 299.8) |
| OKLCH | oklch(0.745 0.107 291.5) |
Copy-ready code
/* CSS */
color: #ada0eb;
background-color: #ada0eb;
/* Tailwind (arbitrary) */
class="text-[#ada0eb] bg-[#ada0eb]"
/* SCSS */
$brand: #ada0eb;
/* SwiftUI */
Color(red: 0.678, green: 0.627, blue: 0.922)
/* Android */
Color.parseColor("#ada0eb")Accessibility — WCAG contrast
Aa
#ada0eb on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada0eb on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green62.7%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta31.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ada0eb text on a black background
contrast 9.00:1
Card sample
#ada0eb text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada0eb;
Background color
Panel with #ada0eb background
background-color: #ada0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 160, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 160, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada0eb; background: linear-gradient(135deg, #ada0eb, #DFA0EB);