#cb41fd
a balanced, electric violet · warm · closest name: magenta
RGB
203, 65, 253
HSL
284°, 98%, 62%
CMYK
20, 74, 0, 1
Luminance
0.2357
Every format
| HEX | #cb41fd |
| RGB | rgb(203, 65, 253) |
| HSL | hsl(284, 98%, 62%) |
| CMYK | cmyk(20%, 74%, 0%, 1%) |
| LAB | lab(55.7 78.7 -67.7) |
| LCH | lch(55.7 103.7 319.3) |
| OKLCH | oklch(0.653 0.271 315.1) |
Copy-ready code
/* CSS */
color: #cb41fd;
background-color: #cb41fd;
/* Tailwind (arbitrary) */
class="text-[#cb41fd] bg-[#cb41fd]"
/* SCSS */
$brand: #cb41fd;
/* SwiftUI */
Color(red: 0.796, green: 0.255, blue: 0.992)
/* Android */
Color.parseColor("#cb41fd")Accessibility — WCAG contrast
Aa
#cb41fd on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb41fd on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green25.5%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta74.3%
Yellow0.0%
Key (black)0.8%
Color previews
#cb41fd text on a black background
contrast 5.71:1
Card sample
#cb41fd text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb41fd;
Background color
Panel with #cb41fd background
background-color: #cb41fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb41fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 65, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 65, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb41fd; background: linear-gradient(135deg, #cb41fd, #FD41B2);