#cb19fc
a balanced, electric violet · warm · closest name: magenta
RGB
203, 25, 252
HSL
287°, 97%, 54%
CMYK
19, 90, 0, 1
Luminance
0.2042
Every format
| HEX | #cb19fc |
| RGB | rgb(203, 25, 252) |
| HSL | hsl(287, 97%, 54%) |
| CMYK | cmyk(19%, 90%, 0%, 1%) |
| LAB | lab(52.3 88.0 -72.5) |
| LCH | lch(52.3 114.0 320.5) |
| OKLCH | oklch(0.629 0.298 316.5) |
Copy-ready code
/* CSS */
color: #cb19fc;
background-color: #cb19fc;
/* Tailwind (arbitrary) */
class="text-[#cb19fc] bg-[#cb19fc]"
/* SCSS */
$brand: #cb19fc;
/* SwiftUI */
Color(red: 0.796, green: 0.098, blue: 0.988)
/* Android */
Color.parseColor("#cb19fc")Accessibility — WCAG contrast
Aa
#cb19fc on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb19fc on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green9.8%
Blue98.8%
CMYK percentages
Cyan19.4%
Magenta90.1%
Yellow0.0%
Key (black)1.2%
Color previews
#cb19fc text on a black background
contrast 5.08:1
Card sample
#cb19fc text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb19fc;
Background color
Panel with #cb19fc background
background-color: #cb19fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb19fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 25, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 25, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb19fc; background: linear-gradient(135deg, #cb19fc, #FC1996);