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