#ad90fe
a light, electric violet · warm · closest name: slateblue
RGB
173, 144, 254
HSL
256°, 98%, 78%
CMYK
32, 43, 0, 0
Luminance
0.3599
Every format
| HEX | #ad90fe |
| RGB | rgb(173, 144, 254) |
| HSL | hsl(256, 98%, 78%) |
| CMYK | cmyk(32%, 43%, 0%, 0%) |
| LAB | lab(66.5 34.3 -51.0) |
| LCH | lch(66.5 61.5 303.9) |
| OKLCH | oklch(0.725 0.157 294.3) |
Copy-ready code
/* CSS */
color: #ad90fe;
background-color: #ad90fe;
/* Tailwind (arbitrary) */
class="text-[#ad90fe] bg-[#ad90fe]"
/* SCSS */
$brand: #ad90fe;
/* SwiftUI */
Color(red: 0.678, green: 0.565, blue: 0.996)
/* Android */
Color.parseColor("#ad90fe")Accessibility — WCAG contrast
Aa
#ad90fe on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad90fe on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green56.5%
Blue99.6%
CMYK percentages
Cyan31.9%
Magenta43.3%
Yellow0.0%
Key (black)0.4%
Color previews
#ad90fe text on a black background
contrast 8.20:1
Card sample
#ad90fe text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad90fe;
Background color
Panel with #ad90fe background
background-color: #ad90fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad90fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 144, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 144, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad90fe; background: linear-gradient(135deg, #ad90fe, #F690FE);