#cb55ff
a light, electric violet · warm · closest name: magenta
RGB
203, 85, 255
HSL
282°, 100%, 67%
CMYK
20, 67, 0, 0
Luminance
0.2641
Every format
| HEX | #cb55ff |
| RGB | rgb(203, 85, 255) |
| HSL | hsl(282, 100%, 67%) |
| CMYK | cmyk(20%, 67%, 0%, 0%) |
| LAB | lab(58.4 71.5 -64.3) |
| LCH | lch(58.4 96.2 318.1) |
| OKLCH | oklch(0.673 0.250 313.6) |
Copy-ready code
/* CSS */
color: #cb55ff;
background-color: #cb55ff;
/* Tailwind (arbitrary) */
class="text-[#cb55ff] bg-[#cb55ff]"
/* SCSS */
$brand: #cb55ff;
/* SwiftUI */
Color(red: 0.796, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#cb55ff")Accessibility — WCAG contrast
Aa
#cb55ff on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb55ff on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green33.3%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#cb55ff text on a black background
contrast 6.28:1
Card sample
#cb55ff text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb55ff;
Background color
Panel with #cb55ff background
background-color: #cb55ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb55ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb55ff; background: linear-gradient(135deg, #cb55ff, #FF55C2);