#cb55fd
a light, electric violet · warm · closest name: magenta
RGB
203, 85, 253
HSL
282°, 98%, 66%
CMYK
20, 66, 0, 1
Luminance
0.2629
Every format
| HEX | #cb55fd |
| RGB | rgb(203, 85, 253) |
| HSL | hsl(282, 98%, 66%) |
| CMYK | cmyk(20%, 66%, 0%, 1%) |
| LAB | lab(58.3 71.1 -63.4) |
| LCH | lch(58.3 95.3 318.3) |
| OKLCH | oklch(0.672 0.248 314.1) |
Copy-ready code
/* CSS */
color: #cb55fd;
background-color: #cb55fd;
/* Tailwind (arbitrary) */
class="text-[#cb55fd] bg-[#cb55fd]"
/* SCSS */
$brand: #cb55fd;
/* SwiftUI */
Color(red: 0.796, green: 0.333, blue: 0.992)
/* Android */
Color.parseColor("#cb55fd")Accessibility — WCAG contrast
Aa
#cb55fd on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb55fd on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green33.3%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta66.4%
Yellow0.0%
Key (black)0.8%
Color previews
#cb55fd text on a black background
contrast 6.26:1
Card sample
#cb55fd text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb55fd;
Background color
Panel with #cb55fd background
background-color: #cb55fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb55fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 85, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 85, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb55fd; background: linear-gradient(135deg, #cb55fd, #FD55BF);