#d090eb
a light, vivid violet · warm · closest name: violet
RGB
208, 144, 235
HSL
282°, 70%, 74%
CMYK
12, 39, 0, 8
Luminance
0.3935
Every format
| HEX | #d090eb |
| RGB | rgb(208, 144, 235) |
| HSL | hsl(282, 70%, 74%) |
| CMYK | cmyk(12%, 39%, 0%, 8%) |
| LAB | lab(69.0 39.8 -36.5) |
| LCH | lch(69.0 54.0 317.5) |
| OKLCH | oklch(0.749 0.143 315.4) |
Copy-ready code
/* CSS */
color: #d090eb;
background-color: #d090eb;
/* Tailwind (arbitrary) */
class="text-[#d090eb] bg-[#d090eb]"
/* SCSS */
$brand: #d090eb;
/* SwiftUI */
Color(red: 0.816, green: 0.565, blue: 0.922)
/* Android */
Color.parseColor("#d090eb")Accessibility — WCAG contrast
Aa
#d090eb on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d090eb on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green56.5%
Blue92.2%
CMYK percentages
Cyan11.5%
Magenta38.7%
Yellow0.0%
Key (black)7.8%
Color previews
#d090eb text on a black background
contrast 8.87:1
Card sample
#d090eb text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d090eb;
Background color
Panel with #d090eb background
background-color: #d090eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d090eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 144, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 144, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d090eb; background: linear-gradient(135deg, #d090eb, #EB90C9);