#cb82fe
a light, electric violet · warm · closest name: violet
RGB
203, 130, 254
HSL
275°, 98%, 75%
CMYK
20, 49, 0, 0
Luminance
0.3582
Every format
| HEX | #cb82fe |
| RGB | rgb(203, 130, 254) |
| HSL | hsl(275, 98%, 75%) |
| CMYK | cmyk(20%, 49%, 0%, 0%) |
| LAB | lab(66.4 49.9 -51.1) |
| LCH | lch(66.4 71.4 314.3) |
| OKLCH | oklch(0.731 0.185 309.7) |
Copy-ready code
/* CSS */
color: #cb82fe;
background-color: #cb82fe;
/* Tailwind (arbitrary) */
class="text-[#cb82fe] bg-[#cb82fe]"
/* SCSS */
$brand: #cb82fe;
/* SwiftUI */
Color(red: 0.796, green: 0.510, blue: 0.996)
/* Android */
Color.parseColor("#cb82fe")Accessibility — WCAG contrast
Aa
#cb82fe on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb82fe on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green51.0%
Blue99.6%
CMYK percentages
Cyan20.1%
Magenta48.8%
Yellow0.0%
Key (black)0.4%
Color previews
#cb82fe text on a black background
contrast 8.16:1
Card sample
#cb82fe text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb82fe;
Background color
Panel with #cb82fe background
background-color: #cb82fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb82fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 130, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 130, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb82fe; background: linear-gradient(135deg, #cb82fe, #FE82DE);