#cf96fe
a light, electric violet · warm · closest name: violet
RGB
207, 150, 254
HSL
273°, 98%, 79%
CMYK
19, 41, 0, 0
Luminance
0.4223
Every format
| HEX | #cf96fe |
| RGB | rgb(207, 150, 254) |
| HSL | hsl(273, 98%, 79%) |
| CMYK | cmyk(19%, 41%, 0%, 0%) |
| LAB | lab(71.0 40.3 -43.7) |
| LCH | lch(71.0 59.5 312.7) |
| OKLCH | oklch(0.767 0.155 308.4) |
Copy-ready code
/* CSS */
color: #cf96fe;
background-color: #cf96fe;
/* Tailwind (arbitrary) */
class="text-[#cf96fe] bg-[#cf96fe]"
/* SCSS */
$brand: #cf96fe;
/* SwiftUI */
Color(red: 0.812, green: 0.588, blue: 0.996)
/* Android */
Color.parseColor("#cf96fe")Accessibility — WCAG contrast
Aa
#cf96fe on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf96fe on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.8%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta40.9%
Yellow0.0%
Key (black)0.4%
Color previews
#cf96fe text on a black background
contrast 9.45:1
Card sample
#cf96fe text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf96fe;
Background color
Panel with #cf96fe background
background-color: #cf96fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf96fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 150, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 150, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf96fe; background: linear-gradient(135deg, #cf96fe, #FE96E8);