#cf76f7
a light, electric violet · warm · closest name: violet
RGB
207, 118, 247
HSL
281°, 89%, 72%
CMYK
16, 52, 0, 3
Luminance
0.3294
Every format
| HEX | #cf76f7 |
| RGB | rgb(207, 118, 247) |
| HSL | hsl(281, 89%, 72%) |
| CMYK | cmyk(16%, 52%, 0%, 3%) |
| LAB | lab(64.1 55.6 -50.8) |
| LCH | lch(64.1 75.3 317.6) |
| OKLCH | oklch(0.714 0.198 314.3) |
Copy-ready code
/* CSS */
color: #cf76f7;
background-color: #cf76f7;
/* Tailwind (arbitrary) */
class="text-[#cf76f7] bg-[#cf76f7]"
/* SCSS */
$brand: #cf76f7;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.969)
/* Android */
Color.parseColor("#cf76f7")Accessibility — WCAG contrast
Aa
#cf76f7 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf76f7 on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue96.9%
CMYK percentages
Cyan16.2%
Magenta52.2%
Yellow0.0%
Key (black)3.1%
Color previews
#cf76f7 text on a black background
contrast 7.59:1
Card sample
#cf76f7 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf76f7;
Background color
Panel with #cf76f7 background
background-color: #cf76f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf76f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf76f7; background: linear-gradient(135deg, #cf76f7, #F776C9);