#d063eb
a light, electric violet · warm · closest name: violet
RGB
208, 99, 235
HSL
288°, 77%, 66%
CMYK
12, 58, 0, 8
Luminance
0.2833
Every format
| HEX | #d063eb |
| RGB | rgb(208, 99, 235) |
| HSL | hsl(288, 77%, 66%) |
| CMYK | cmyk(12%, 58%, 0%, 8%) |
| LAB | lab(60.2 62.6 -50.4) |
| LCH | lch(60.2 80.4 321.2) |
| OKLCH | oklch(0.683 0.215 319.3) |
Copy-ready code
/* CSS */
color: #d063eb;
background-color: #d063eb;
/* Tailwind (arbitrary) */
class="text-[#d063eb] bg-[#d063eb]"
/* SCSS */
$brand: #d063eb;
/* SwiftUI */
Color(red: 0.816, green: 0.388, blue: 0.922)
/* Android */
Color.parseColor("#d063eb")Accessibility — WCAG contrast
Aa
#d063eb on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d063eb on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green38.8%
Blue92.2%
CMYK percentages
Cyan11.5%
Magenta57.9%
Yellow0.0%
Key (black)7.8%
Color previews
#d063eb text on a black background
contrast 6.67:1
Card sample
#d063eb text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d063eb;
Background color
Panel with #d063eb background
background-color: #d063eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d063eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 99, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 99, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d063eb; background: linear-gradient(135deg, #d063eb, #EB63AB);