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