#d075eb
a light, vivid violet · warm · closest name: violet
RGB
208, 117, 235
HSL
286°, 75%, 69%
CMYK
12, 50, 0, 8
Luminance
0.3213
Every format
| HEX | #d075eb |
| RGB | rgb(208, 117, 235) |
| HSL | hsl(286, 75%, 69%) |
| CMYK | cmyk(12%, 50%, 0%, 8%) |
| LAB | lab(63.5 54.0 -45.2) |
| LCH | lch(63.5 70.4 320.0) |
| OKLCH | oklch(0.707 0.188 318.1) |
Copy-ready code
/* CSS */
color: #d075eb;
background-color: #d075eb;
/* Tailwind (arbitrary) */
class="text-[#d075eb] bg-[#d075eb]"
/* SCSS */
$brand: #d075eb;
/* SwiftUI */
Color(red: 0.816, green: 0.459, blue: 0.922)
/* Android */
Color.parseColor("#d075eb")Accessibility — WCAG contrast
Aa
#d075eb on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d075eb on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green45.9%
Blue92.2%
CMYK percentages
Cyan11.5%
Magenta50.2%
Yellow0.0%
Key (black)7.8%
Color previews
#d075eb text on a black background
contrast 7.43:1
Card sample
#d075eb text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d075eb;
Background color
Panel with #d075eb background
background-color: #d075eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d075eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 117, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 117, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d075eb; background: linear-gradient(135deg, #d075eb, #EB75B7);