#d690eb
a light, vivid violet · warm · closest name: violet
RGB
214, 144, 235
HSL
286°, 70%, 74%
CMYK
9, 39, 0, 8
Luminance
0.4024
Every format
| HEX | #d690eb |
| RGB | rgb(214, 144, 235) |
| HSL | hsl(286, 70%, 74%) |
| CMYK | cmyk(9%, 39%, 0%, 8%) |
| LAB | lab(69.6 41.6 -35.5) |
| LCH | lch(69.6 54.7 319.6) |
| OKLCH | oklch(0.755 0.146 318.2) |
Copy-ready code
/* CSS */
color: #d690eb;
background-color: #d690eb;
/* Tailwind (arbitrary) */
class="text-[#d690eb] bg-[#d690eb]"
/* SCSS */
$brand: #d690eb;
/* SwiftUI */
Color(red: 0.839, green: 0.565, blue: 0.922)
/* Android */
Color.parseColor("#d690eb")Accessibility — WCAG contrast
Aa
#d690eb on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d690eb on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green56.5%
Blue92.2%
CMYK percentages
Cyan8.9%
Magenta38.7%
Yellow0.0%
Key (black)7.8%
Color previews
#d690eb text on a black background
contrast 9.05:1
Card sample
#d690eb text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d690eb;
Background color
Panel with #d690eb background
background-color: #d690eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d690eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 144, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 144, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d690eb; background: linear-gradient(135deg, #d690eb, #EB90C3);