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