#cf76f8
a light, electric violet · warm · closest name: violet
RGB
207, 118, 248
HSL
281°, 90%, 72%
CMYK
17, 52, 0, 3
Luminance
0.3300
Every format
| HEX | #cf76f8 |
| RGB | rgb(207, 118, 248) |
| HSL | hsl(281, 90%, 72%) |
| CMYK | cmyk(17%, 52%, 0%, 3%) |
| LAB | lab(64.2 55.8 -51.3) |
| LCH | lch(64.2 75.8 317.4) |
| OKLCH | oklch(0.714 0.199 314.1) |
Copy-ready code
/* CSS */
color: #cf76f8;
background-color: #cf76f8;
/* Tailwind (arbitrary) */
class="text-[#cf76f8] bg-[#cf76f8]"
/* SCSS */
$brand: #cf76f8;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.973)
/* Android */
Color.parseColor("#cf76f8")Accessibility — WCAG contrast
Aa
#cf76f8 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf76f8 on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue97.3%
CMYK percentages
Cyan16.5%
Magenta52.4%
Yellow0.0%
Key (black)2.7%
Color previews
#cf76f8 text on a black background
contrast 7.60:1
Card sample
#cf76f8 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf76f8;
Background color
Panel with #cf76f8 background
background-color: #cf76f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf76f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf76f8; background: linear-gradient(135deg, #cf76f8, #F876CA);