#cb80fd
a light, electric violet · warm · closest name: violet
RGB
203, 128, 253
HSL
276°, 97%, 75%
CMYK
20, 49, 0, 1
Luminance
0.3523
Every format
| HEX | #cb80fd |
| RGB | rgb(203, 128, 253) |
| HSL | hsl(276, 97%, 75%) |
| CMYK | cmyk(20%, 49%, 0%, 1%) |
| LAB | lab(65.9 50.7 -51.2) |
| LCH | lch(65.9 72.1 314.7) |
| OKLCH | oklch(0.727 0.188 310.2) |
Copy-ready code
/* CSS */
color: #cb80fd;
background-color: #cb80fd;
/* Tailwind (arbitrary) */
class="text-[#cb80fd] bg-[#cb80fd]"
/* SCSS */
$brand: #cb80fd;
/* SwiftUI */
Color(red: 0.796, green: 0.502, blue: 0.992)
/* Android */
Color.parseColor("#cb80fd")Accessibility — WCAG contrast
Aa
#cb80fd on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb80fd on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green50.2%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta49.4%
Yellow0.0%
Key (black)0.8%
Color previews
#cb80fd text on a black background
contrast 8.05:1
Card sample
#cb80fd text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb80fd;
Background color
Panel with #cb80fd background
background-color: #cb80fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb80fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 128, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 128, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb80fd; background: linear-gradient(135deg, #cb80fd, #FD80DC);