#cb59fd
a light, electric violet · warm · closest name: magenta
RGB
203, 89, 253
HSL
282°, 98%, 67%
CMYK
20, 65, 0, 1
Luminance
0.2693
Every format
| HEX | #cb59fd |
| RGB | rgb(203, 89, 253) |
| HSL | hsl(282, 98%, 67%) |
| CMYK | cmyk(20%, 65%, 0%, 1%) |
| LAB | lab(58.9 69.5 -62.4) |
| LCH | lch(58.9 93.4 318.1) |
| OKLCH | oklch(0.676 0.243 313.8) |
Copy-ready code
/* CSS */
color: #cb59fd;
background-color: #cb59fd;
/* Tailwind (arbitrary) */
class="text-[#cb59fd] bg-[#cb59fd]"
/* SCSS */
$brand: #cb59fd;
/* SwiftUI */
Color(red: 0.796, green: 0.349, blue: 0.992)
/* Android */
Color.parseColor("#cb59fd")Accessibility — WCAG contrast
Aa
#cb59fd on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb59fd on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green34.9%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta64.8%
Yellow0.0%
Key (black)0.8%
Color previews
#cb59fd text on a black background
contrast 6.39:1
Card sample
#cb59fd text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb59fd;
Background color
Panel with #cb59fd background
background-color: #cb59fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb59fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 89, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 89, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb59fd; background: linear-gradient(135deg, #cb59fd, #FD59C2);