#ada6eb
a light, vivid blue · warm · closest name: plum
RGB
173, 166, 235
HSL
246°, 63%, 79%
CMYK
26, 29, 0, 8
Luminance
0.4215
Every format
| HEX | #ada6eb |
| RGB | rgb(173, 166, 235) |
| HSL | hsl(246, 63%, 79%) |
| CMYK | cmyk(26%, 29%, 0%, 8%) |
| LAB | lab(71.0 17.3 -33.7) |
| LCH | lch(71.0 37.9 297.1) |
| OKLCH | oklch(0.756 0.098 288.5) |
Copy-ready code
/* CSS */
color: #ada6eb;
background-color: #ada6eb;
/* Tailwind (arbitrary) */
class="text-[#ada6eb] bg-[#ada6eb]"
/* SCSS */
$brand: #ada6eb;
/* SwiftUI */
Color(red: 0.678, green: 0.651, blue: 0.922)
/* Android */
Color.parseColor("#ada6eb")Accessibility — WCAG contrast
Aa
#ada6eb on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada6eb on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green65.1%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta29.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ada6eb text on a black background
contrast 9.43:1
Card sample
#ada6eb text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada6eb;
Background color
Panel with #ada6eb background
background-color: #ada6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 166, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 166, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada6eb; background: linear-gradient(135deg, #ada6eb, #DBA6EB);