#cb37fd
a balanced, electric violet · warm · closest name: magenta
RGB
203, 55, 253
HSL
285°, 98%, 60%
CMYK
20, 78, 0, 1
Luminance
0.2252
Every format
| HEX | #cb37fd |
| RGB | rgb(203, 55, 253) |
| HSL | hsl(285, 98%, 60%) |
| CMYK | cmyk(20%, 78%, 0%, 1%) |
| LAB | lab(54.6 81.8 -69.4) |
| LCH | lch(54.6 107.2 319.7) |
| OKLCH | oklch(0.645 0.280 315.5) |
Copy-ready code
/* CSS */
color: #cb37fd;
background-color: #cb37fd;
/* Tailwind (arbitrary) */
class="text-[#cb37fd] bg-[#cb37fd]"
/* SCSS */
$brand: #cb37fd;
/* SwiftUI */
Color(red: 0.796, green: 0.216, blue: 0.992)
/* Android */
Color.parseColor("#cb37fd")Accessibility — WCAG contrast
Aa
#cb37fd on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb37fd on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green21.6%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta78.3%
Yellow0.0%
Key (black)0.8%
Color previews
#cb37fd text on a black background
contrast 5.50:1
Card sample
#cb37fd text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb37fd;
Background color
Panel with #cb37fd background
background-color: #cb37fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb37fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 55, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 55, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb37fd; background: linear-gradient(135deg, #cb37fd, #FD37AB);