#cb4dfb
a balanced, electric violet · warm · closest name: magenta
RGB
203, 77, 251
HSL
283°, 96%, 64%
CMYK
19, 69, 0, 2
Luminance
0.2497
Every format
| HEX | #cb4dfb |
| RGB | rgb(203, 77, 251) |
| HSL | hsl(283, 96%, 64%) |
| CMYK | cmyk(19%, 69%, 0%, 2%) |
| LAB | lab(57.0 74.0 -64.3) |
| LCH | lch(57.0 98.0 319.0) |
| OKLCH | oklch(0.662 0.256 315.0) |
Copy-ready code
/* CSS */
color: #cb4dfb;
background-color: #cb4dfb;
/* Tailwind (arbitrary) */
class="text-[#cb4dfb] bg-[#cb4dfb]"
/* SCSS */
$brand: #cb4dfb;
/* SwiftUI */
Color(red: 0.796, green: 0.302, blue: 0.984)
/* Android */
Color.parseColor("#cb4dfb")Accessibility — WCAG contrast
Aa
#cb4dfb on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb4dfb on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green30.2%
Blue98.4%
CMYK percentages
Cyan19.1%
Magenta69.3%
Yellow0.0%
Key (black)1.6%
Color previews
#cb4dfb text on a black background
contrast 5.99:1
Card sample
#cb4dfb text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb4dfb;
Background color
Panel with #cb4dfb background
background-color: #cb4dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb4dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 77, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 77, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb4dfb; background: linear-gradient(135deg, #cb4dfb, #FB4DB7);