#cb12fd
a balanced, electric violet · warm · closest name: magenta
RGB
203, 18, 253
HSL
287°, 98%, 53%
CMYK
20, 93, 0, 1
Luminance
0.2022
Every format
| HEX | #cb12fd |
| RGB | rgb(203, 18, 253) |
| HSL | hsl(287, 98%, 53%) |
| CMYK | cmyk(20%, 93%, 0%, 1%) |
| LAB | lab(52.1 89.1 -73.4) |
| LCH | lch(52.1 115.4 320.5) |
| OKLCH | oklch(0.628 0.301 316.4) |
Copy-ready code
/* CSS */
color: #cb12fd;
background-color: #cb12fd;
/* Tailwind (arbitrary) */
class="text-[#cb12fd] bg-[#cb12fd]"
/* SCSS */
$brand: #cb12fd;
/* SwiftUI */
Color(red: 0.796, green: 0.071, blue: 0.992)
/* Android */
Color.parseColor("#cb12fd")Accessibility — WCAG contrast
Aa
#cb12fd on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb12fd on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green7.1%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta92.9%
Yellow0.0%
Key (black)0.8%
Color previews
#cb12fd text on a black background
contrast 5.04:1
Card sample
#cb12fd text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb12fd;
Background color
Panel with #cb12fd background
background-color: #cb12fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb12fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 18, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 18, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb12fd; background: linear-gradient(135deg, #cb12fd, #FD1292);