#cb39fd
a balanced, electric violet · warm · closest name: magenta
RGB
203, 57, 253
HSL
285°, 98%, 61%
CMYK
20, 78, 0, 1
Luminance
0.2271
Every format
| HEX | #cb39fd |
| RGB | rgb(203, 57, 253) |
| HSL | hsl(285, 98%, 61%) |
| CMYK | cmyk(20%, 78%, 0%, 1%) |
| LAB | lab(54.8 81.2 -69.1) |
| LCH | lch(54.8 106.6 319.6) |
| OKLCH | oklch(0.647 0.278 315.4) |
Copy-ready code
/* CSS */
color: #cb39fd;
background-color: #cb39fd;
/* Tailwind (arbitrary) */
class="text-[#cb39fd] bg-[#cb39fd]"
/* SCSS */
$brand: #cb39fd;
/* SwiftUI */
Color(red: 0.796, green: 0.224, blue: 0.992)
/* Android */
Color.parseColor("#cb39fd")Accessibility — WCAG contrast
Aa
#cb39fd on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb39fd on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green22.4%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta77.5%
Yellow0.0%
Key (black)0.8%
Color previews
#cb39fd text on a black background
contrast 5.54:1
Card sample
#cb39fd text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb39fd;
Background color
Panel with #cb39fd background
background-color: #cb39fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb39fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 57, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 57, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb39fd; background: linear-gradient(135deg, #cb39fd, #FD39AC);