#cb5dfd
a light, electric violet · warm · closest name: violet
RGB
203, 93, 253
HSL
281°, 98%, 68%
CMYK
20, 63, 0, 1
Luminance
0.2762
Every format
| HEX | #cb5dfd |
| RGB | rgb(203, 93, 253) |
| HSL | hsl(281, 98%, 68%) |
| CMYK | cmyk(20%, 63%, 0%, 1%) |
| LAB | lab(59.5 67.7 -61.4) |
| LCH | lch(59.5 91.4 317.8) |
| OKLCH | oklch(0.681 0.238 313.5) |
Copy-ready code
/* CSS */
color: #cb5dfd;
background-color: #cb5dfd;
/* Tailwind (arbitrary) */
class="text-[#cb5dfd] bg-[#cb5dfd]"
/* SCSS */
$brand: #cb5dfd;
/* SwiftUI */
Color(red: 0.796, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#cb5dfd")Accessibility — WCAG contrast
Aa
#cb5dfd on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5dfd on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green36.5%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#cb5dfd text on a black background
contrast 6.52:1
Card sample
#cb5dfd text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5dfd;
Background color
Panel with #cb5dfd background
background-color: #cb5dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5dfd; background: linear-gradient(135deg, #cb5dfd, #FD5DC4);