#cf83f4
a light, electric violet · warm · closest name: violet
RGB
207, 131, 244
HSL
280°, 84%, 74%
CMYK
15, 46, 0, 4
Luminance
0.3603
Every format
| HEX | #cf83f4 |
| RGB | rgb(207, 131, 244) |
| HSL | hsl(280, 84%, 74%) |
| CMYK | cmyk(15%, 46%, 0%, 4%) |
| LAB | lab(66.5 48.3 -45.3) |
| LCH | lch(66.5 66.2 316.8) |
| OKLCH | oklch(0.732 0.174 313.8) |
Copy-ready code
/* CSS */
color: #cf83f4;
background-color: #cf83f4;
/* Tailwind (arbitrary) */
class="text-[#cf83f4] bg-[#cf83f4]"
/* SCSS */
$brand: #cf83f4;
/* SwiftUI */
Color(red: 0.812, green: 0.514, blue: 0.957)
/* Android */
Color.parseColor("#cf83f4")Accessibility — WCAG contrast
Aa
#cf83f4 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf83f4 on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.4%
Blue95.7%
CMYK percentages
Cyan15.2%
Magenta46.3%
Yellow0.0%
Key (black)4.3%
Color previews
#cf83f4 text on a black background
contrast 8.21:1
Card sample
#cf83f4 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf83f4;
Background color
Panel with #cf83f4 background
background-color: #cf83f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf83f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 131, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 131, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf83f4; background: linear-gradient(135deg, #cf83f4, #F483CE);