#ad8feb
a light, vivid violet · warm · closest name: plum
RGB
173, 143, 235
HSL
260°, 70%, 74%
CMYK
26, 39, 0, 8
Luminance
0.3453
Every format
| HEX | #ad8feb |
| RGB | rgb(173, 143, 235) |
| HSL | hsl(260, 70%, 74%) |
| CMYK | cmyk(26%, 39%, 0%, 8%) |
| LAB | lab(65.4 30.2 -42.4) |
| LCH | lch(65.4 52.1 305.5) |
| OKLCH | oklch(0.714 0.134 297.9) |
Copy-ready code
/* CSS */
color: #ad8feb;
background-color: #ad8feb;
/* Tailwind (arbitrary) */
class="text-[#ad8feb] bg-[#ad8feb]"
/* SCSS */
$brand: #ad8feb;
/* SwiftUI */
Color(red: 0.678, green: 0.561, blue: 0.922)
/* Android */
Color.parseColor("#ad8feb")Accessibility — WCAG contrast
Aa
#ad8feb on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad8feb on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green56.1%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta39.1%
Yellow0.0%
Key (black)7.8%
Color previews
#ad8feb text on a black background
contrast 7.91:1
Card sample
#ad8feb text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad8feb;
Background color
Panel with #ad8feb background
background-color: #ad8feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad8feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 143, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 143, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad8feb; background: linear-gradient(135deg, #ad8feb, #EA8FEB);