#cf83fe
a light, electric violet · warm · closest name: violet
RGB
207, 131, 254
HSL
277°, 98%, 76%
CMYK
19, 48, 0, 0
Luminance
0.3665
Every format
| HEX | #cf83fe |
| RGB | rgb(207, 131, 254) |
| HSL | hsl(277, 98%, 76%) |
| CMYK | cmyk(19%, 48%, 0%, 0%) |
| LAB | lab(67.0 50.4 -50.0) |
| LCH | lch(67.0 71.0 315.2) |
| OKLCH | oklch(0.737 0.185 311.1) |
Copy-ready code
/* CSS */
color: #cf83fe;
background-color: #cf83fe;
/* Tailwind (arbitrary) */
class="text-[#cf83fe] bg-[#cf83fe]"
/* SCSS */
$brand: #cf83fe;
/* SwiftUI */
Color(red: 0.812, green: 0.514, blue: 0.996)
/* Android */
Color.parseColor("#cf83fe")Accessibility — WCAG contrast
Aa
#cf83fe on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf83fe on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.4%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta48.4%
Yellow0.0%
Key (black)0.4%
Color previews
#cf83fe text on a black background
contrast 8.33:1
Card sample
#cf83fe text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf83fe;
Background color
Panel with #cf83fe background
background-color: #cf83fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf83fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 131, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 131, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf83fe; background: linear-gradient(135deg, #cf83fe, #FE83DB);