#cb1dfd
a balanced, electric violet · warm · closest name: magenta
RGB
203, 29, 253
HSL
287°, 98%, 55%
CMYK
20, 89, 0, 1
Luminance
0.2067
Every format
| HEX | #cb1dfd |
| RGB | rgb(203, 29, 253) |
| HSL | hsl(287, 98%, 55%) |
| CMYK | cmyk(20%, 89%, 0%, 1%) |
| LAB | lab(52.6 87.6 -72.6) |
| LCH | lch(52.6 113.8 320.3) |
| OKLCH | oklch(0.631 0.297 316.2) |
Copy-ready code
/* CSS */
color: #cb1dfd;
background-color: #cb1dfd;
/* Tailwind (arbitrary) */
class="text-[#cb1dfd] bg-[#cb1dfd]"
/* SCSS */
$brand: #cb1dfd;
/* SwiftUI */
Color(red: 0.796, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#cb1dfd")Accessibility — WCAG contrast
Aa
#cb1dfd on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb1dfd on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green11.4%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#cb1dfd text on a black background
contrast 5.13:1
Card sample
#cb1dfd text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb1dfd;
Background color
Panel with #cb1dfd background
background-color: #cb1dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb1dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb1dfd; background: linear-gradient(135deg, #cb1dfd, #FD1D9A);