#cb0cfd
a balanced, electric violet · warm · closest name: magenta
RGB
203, 12, 253
HSL
288°, 98%, 52%
CMYK
20, 95, 0, 1
Luminance
0.2005
Every format
| HEX | #cb0cfd |
| RGB | rgb(203, 12, 253) |
| HSL | hsl(288, 98%, 52%) |
| CMYK | cmyk(20%, 95%, 0%, 1%) |
| LAB | lab(51.9 89.6 -73.7) |
| LCH | lch(51.9 116.1 320.6) |
| OKLCH | oklch(0.626 0.303 316.4) |
Copy-ready code
/* CSS */
color: #cb0cfd;
background-color: #cb0cfd;
/* Tailwind (arbitrary) */
class="text-[#cb0cfd] bg-[#cb0cfd]"
/* SCSS */
$brand: #cb0cfd;
/* SwiftUI */
Color(red: 0.796, green: 0.047, blue: 0.992)
/* Android */
Color.parseColor("#cb0cfd")Accessibility — WCAG contrast
Aa
#cb0cfd on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb0cfd on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green4.7%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta95.3%
Yellow0.0%
Key (black)0.8%
Color previews
#cb0cfd text on a black background
contrast 5.01:1
Card sample
#cb0cfd text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb0cfd;
Background color
Panel with #cb0cfd background
background-color: #cb0cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb0cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 12, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 12, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb0cfd; background: linear-gradient(135deg, #cb0cfd, #FD0C8E);