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