#cb1afd
a balanced, electric violet · warm · closest name: magenta
RGB
203, 26, 253
HSL
287°, 98%, 55%
CMYK
20, 90, 0, 1
Luminance
0.2053
Every format
| HEX | #cb1afd |
| RGB | rgb(203, 26, 253) |
| HSL | hsl(287, 98%, 55%) |
| CMYK | cmyk(20%, 90%, 0%, 1%) |
| LAB | lab(52.4 88.1 -72.9) |
| LCH | lch(52.4 114.3 320.4) |
| OKLCH | oklch(0.630 0.298 316.3) |
Copy-ready code
/* CSS */
color: #cb1afd;
background-color: #cb1afd;
/* Tailwind (arbitrary) */
class="text-[#cb1afd] bg-[#cb1afd]"
/* SCSS */
$brand: #cb1afd;
/* SwiftUI */
Color(red: 0.796, green: 0.102, blue: 0.992)
/* Android */
Color.parseColor("#cb1afd")Accessibility — WCAG contrast
Aa
#cb1afd on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb1afd on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green10.2%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta89.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cb1afd text on a black background
contrast 5.11:1
Card sample
#cb1afd text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb1afd;
Background color
Panel with #cb1afd background
background-color: #cb1afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb1afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 26, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 26, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb1afd; background: linear-gradient(135deg, #cb1afd, #FD1A98);