#cf96fc
a light, electric violet · warm · closest name: violet
RGB
207, 150, 252
HSL
274°, 94%, 79%
CMYK
18, 41, 0, 1
Luminance
0.4211
Every format
| HEX | #cf96fc |
| RGB | rgb(207, 150, 252) |
| HSL | hsl(274, 94%, 79%) |
| CMYK | cmyk(18%, 41%, 0%, 1%) |
| LAB | lab(70.9 39.9 -42.8) |
| LCH | lch(70.9 58.5 313.0) |
| OKLCH | oklch(0.766 0.152 308.9) |
Copy-ready code
/* CSS */
color: #cf96fc;
background-color: #cf96fc;
/* Tailwind (arbitrary) */
class="text-[#cf96fc] bg-[#cf96fc]"
/* SCSS */
$brand: #cf96fc;
/* SwiftUI */
Color(red: 0.812, green: 0.588, blue: 0.988)
/* Android */
Color.parseColor("#cf96fc")Accessibility — WCAG contrast
Aa
#cf96fc on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf96fc on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.8%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta40.5%
Yellow0.0%
Key (black)1.2%
Color previews
#cf96fc text on a black background
contrast 9.42:1
Card sample
#cf96fc text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf96fc;
Background color
Panel with #cf96fc background
background-color: #cf96fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf96fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 150, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 150, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf96fc; background: linear-gradient(135deg, #cf96fc, #FC96E5);