#cb0dfb
a balanced, electric violet · warm · closest name: magenta
RGB
203, 13, 251
HSL
288°, 97%, 52%
CMYK
19, 95, 0, 2
Luminance
0.1995
Every format
| HEX | #cb0dfb |
| RGB | rgb(203, 13, 251) |
| HSL | hsl(288, 97%, 52%) |
| CMYK | cmyk(19%, 95%, 0%, 2%) |
| LAB | lab(51.8 89.2 -72.8) |
| LCH | lch(51.8 115.2 320.8) |
| OKLCH | oklch(0.625 0.301 316.9) |
Copy-ready code
/* CSS */
color: #cb0dfb;
background-color: #cb0dfb;
/* Tailwind (arbitrary) */
class="text-[#cb0dfb] bg-[#cb0dfb]"
/* SCSS */
$brand: #cb0dfb;
/* SwiftUI */
Color(red: 0.796, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#cb0dfb")Accessibility — WCAG contrast
Aa
#cb0dfb on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb0dfb on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green5.1%
Blue98.4%
CMYK percentages
Cyan19.1%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#cb0dfb text on a black background
contrast 4.99:1
Card sample
#cb0dfb text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb0dfb;
Background color
Panel with #cb0dfb background
background-color: #cb0dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb0dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb0dfb; background: linear-gradient(135deg, #cb0dfb, #FB0D8C);