#cf82fc
a light, electric violet · warm · closest name: violet
RGB
207, 130, 252
HSL
278°, 95%, 75%
CMYK
18, 48, 0, 1
Luminance
0.3626
Every format
| HEX | #cf82fc |
| RGB | rgb(207, 130, 252) |
| HSL | hsl(278, 95%, 75%) |
| CMYK | cmyk(18%, 48%, 0%, 1%) |
| LAB | lab(66.7 50.5 -49.4) |
| LCH | lch(66.7 70.7 315.6) |
| OKLCH | oklch(0.734 0.185 311.8) |
Copy-ready code
/* CSS */
color: #cf82fc;
background-color: #cf82fc;
/* Tailwind (arbitrary) */
class="text-[#cf82fc] bg-[#cf82fc]"
/* SCSS */
$brand: #cf82fc;
/* SwiftUI */
Color(red: 0.812, green: 0.510, blue: 0.988)
/* Android */
Color.parseColor("#cf82fc")Accessibility — WCAG contrast
Aa
#cf82fc on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf82fc on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.0%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta48.4%
Yellow0.0%
Key (black)1.2%
Color previews
#cf82fc text on a black background
contrast 8.25:1
Card sample
#cf82fc text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf82fc;
Background color
Panel with #cf82fc background
background-color: #cf82fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf82fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 130, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 130, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf82fc; background: linear-gradient(135deg, #cf82fc, #FC82D8);