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