#cf76fe
a light, electric violet · warm · closest name: violet
RGB
207, 118, 254
HSL
279°, 99%, 73%
CMYK
19, 54, 0, 0
Luminance
0.3338
Every format
| HEX | #cf76fe |
| RGB | rgb(207, 118, 254) |
| HSL | hsl(279, 99%, 73%) |
| CMYK | cmyk(19%, 54%, 0%, 0%) |
| LAB | lab(64.5 57.0 -54.1) |
| LCH | lch(64.5 78.6 316.5) |
| OKLCH | oklch(0.718 0.205 312.6) |
Copy-ready code
/* CSS */
color: #cf76fe;
background-color: #cf76fe;
/* Tailwind (arbitrary) */
class="text-[#cf76fe] bg-[#cf76fe]"
/* SCSS */
$brand: #cf76fe;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.996)
/* Android */
Color.parseColor("#cf76fe")Accessibility — WCAG contrast
Aa
#cf76fe on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf76fe on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta53.5%
Yellow0.0%
Key (black)0.4%
Color previews
#cf76fe text on a black background
contrast 7.68:1
Card sample
#cf76fe text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf76fe;
Background color
Panel with #cf76fe background
background-color: #cf76fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf76fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf76fe; background: linear-gradient(135deg, #cf76fe, #FE76D2);