#cb3bfd
a balanced, electric violet · warm · closest name: magenta
RGB
203, 59, 253
HSL
285°, 98%, 61%
CMYK
20, 77, 0, 1
Luminance
0.2292
Every format
| HEX | #cb3bfd |
| RGB | rgb(203, 59, 253) |
| HSL | hsl(285, 98%, 61%) |
| CMYK | cmyk(20%, 77%, 0%, 1%) |
| LAB | lab(55.0 80.6 -68.7) |
| LCH | lch(55.0 105.9 319.5) |
| OKLCH | oklch(0.648 0.276 315.4) |
Copy-ready code
/* CSS */
color: #cb3bfd;
background-color: #cb3bfd;
/* Tailwind (arbitrary) */
class="text-[#cb3bfd] bg-[#cb3bfd]"
/* SCSS */
$brand: #cb3bfd;
/* SwiftUI */
Color(red: 0.796, green: 0.231, blue: 0.992)
/* Android */
Color.parseColor("#cb3bfd")Accessibility — WCAG contrast
Aa
#cb3bfd on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb3bfd on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green23.1%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta76.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cb3bfd text on a black background
contrast 5.58:1
Card sample
#cb3bfd text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb3bfd;
Background color
Panel with #cb3bfd background
background-color: #cb3bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb3bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 59, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 59, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb3bfd; background: linear-gradient(135deg, #cb3bfd, #FD3BAE);