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