#cf78fc
a light, electric violet · warm · closest name: violet
RGB
207, 120, 252
HSL
280°, 96%, 73%
CMYK
18, 52, 0, 1
Luminance
0.3373
Every format
| HEX | #cf78fc |
| RGB | rgb(207, 120, 252) |
| HSL | hsl(280, 96%, 73%) |
| CMYK | cmyk(18%, 52%, 0%, 1%) |
| LAB | lab(64.8 55.6 -52.5) |
| LCH | lch(64.8 76.5 316.6) |
| OKLCH | oklch(0.719 0.200 312.9) |
Copy-ready code
/* CSS */
color: #cf78fc;
background-color: #cf78fc;
/* Tailwind (arbitrary) */
class="text-[#cf78fc] bg-[#cf78fc]"
/* SCSS */
$brand: #cf78fc;
/* SwiftUI */
Color(red: 0.812, green: 0.471, blue: 0.988)
/* Android */
Color.parseColor("#cf78fc")Accessibility — WCAG contrast
Aa
#cf78fc on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf78fc on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.1%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta52.4%
Yellow0.0%
Key (black)1.2%
Color previews
#cf78fc text on a black background
contrast 7.75:1
Card sample
#cf78fc text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf78fc;
Background color
Panel with #cf78fc background
background-color: #cf78fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf78fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 120, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 120, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf78fc; background: linear-gradient(135deg, #cf78fc, #FC78D1);