#cf76fc
a light, electric violet · warm · closest name: violet
RGB
207, 118, 252
HSL
280°, 96%, 73%
CMYK
18, 53, 0, 1
Luminance
0.3325
Every format
| HEX | #cf76fc |
| RGB | rgb(207, 118, 252) |
| HSL | hsl(280, 96%, 73%) |
| CMYK | cmyk(18%, 53%, 0%, 1%) |
| LAB | lab(64.4 56.6 -53.1) |
| LCH | lch(64.4 77.7 316.8) |
| OKLCH | oklch(0.717 0.203 313.0) |
Copy-ready code
/* CSS */
color: #cf76fc;
background-color: #cf76fc;
/* Tailwind (arbitrary) */
class="text-[#cf76fc] bg-[#cf76fc]"
/* SCSS */
$brand: #cf76fc;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.988)
/* Android */
Color.parseColor("#cf76fc")Accessibility — WCAG contrast
Aa
#cf76fc on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf76fc on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta53.2%
Yellow0.0%
Key (black)1.2%
Color previews
#cf76fc text on a black background
contrast 7.65:1
Card sample
#cf76fc text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf76fc;
Background color
Panel with #cf76fc background
background-color: #cf76fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf76fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf76fc; background: linear-gradient(135deg, #cf76fc, #FC76CF);