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