#cb5afd
a light, electric violet · warm · closest name: magenta
RGB
203, 90, 253
HSL
282°, 98%, 67%
CMYK
20, 64, 0, 1
Luminance
0.2710
Every format
| HEX | #cb5afd |
| RGB | rgb(203, 90, 253) |
| HSL | hsl(282, 98%, 67%) |
| CMYK | cmyk(20%, 64%, 0%, 1%) |
| LAB | lab(59.1 69.0 -62.2) |
| LCH | lch(59.1 92.9 318.0) |
| OKLCH | oklch(0.677 0.242 313.7) |
Copy-ready code
/* CSS */
color: #cb5afd;
background-color: #cb5afd;
/* Tailwind (arbitrary) */
class="text-[#cb5afd] bg-[#cb5afd]"
/* SCSS */
$brand: #cb5afd;
/* SwiftUI */
Color(red: 0.796, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#cb5afd")Accessibility — WCAG contrast
Aa
#cb5afd on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5afd on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green35.3%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#cb5afd text on a black background
contrast 6.42:1
Card sample
#cb5afd text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5afd;
Background color
Panel with #cb5afd background
background-color: #cb5afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5afd; background: linear-gradient(135deg, #cb5afd, #FD5AC2);