#cb28fd
a balanced, electric violet · warm · closest name: magenta
RGB
203, 40, 253
HSL
286°, 98%, 58%
CMYK
20, 84, 0, 1
Luminance
0.2131
Every format
| HEX | #cb28fd |
| RGB | rgb(203, 40, 253) |
| HSL | hsl(286, 98%, 58%) |
| CMYK | cmyk(20%, 84%, 0%, 1%) |
| LAB | lab(53.3 85.5 -71.5) |
| LCH | lch(53.3 111.5 320.1) |
| OKLCH | oklch(0.636 0.291 316.0) |
Copy-ready code
/* CSS */
color: #cb28fd;
background-color: #cb28fd;
/* Tailwind (arbitrary) */
class="text-[#cb28fd] bg-[#cb28fd]"
/* SCSS */
$brand: #cb28fd;
/* SwiftUI */
Color(red: 0.796, green: 0.157, blue: 0.992)
/* Android */
Color.parseColor("#cb28fd")Accessibility — WCAG contrast
Aa
#cb28fd on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb28fd on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green15.7%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta84.2%
Yellow0.0%
Key (black)0.8%
Color previews
#cb28fd text on a black background
contrast 5.26:1
Card sample
#cb28fd text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb28fd;
Background color
Panel with #cb28fd background
background-color: #cb28fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb28fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 40, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 40, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb28fd; background: linear-gradient(135deg, #cb28fd, #FD28A1);