#cf96fd
a light, electric violet · warm · closest name: violet
RGB
207, 150, 253
HSL
273°, 96%, 79%
CMYK
18, 41, 0, 1
Luminance
0.4217
Every format
| HEX | #cf96fd |
| RGB | rgb(207, 150, 253) |
| HSL | hsl(273, 96%, 79%) |
| CMYK | cmyk(18%, 41%, 0%, 1%) |
| LAB | lab(71.0 40.1 -43.2) |
| LCH | lch(71.0 59.0 312.8) |
| OKLCH | oklch(0.766 0.154 308.6) |
Copy-ready code
/* CSS */
color: #cf96fd;
background-color: #cf96fd;
/* Tailwind (arbitrary) */
class="text-[#cf96fd] bg-[#cf96fd]"
/* SCSS */
$brand: #cf96fd;
/* SwiftUI */
Color(red: 0.812, green: 0.588, blue: 0.992)
/* Android */
Color.parseColor("#cf96fd")Accessibility — WCAG contrast
Aa
#cf96fd on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf96fd on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.8%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta40.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cf96fd text on a black background
contrast 9.43:1
Card sample
#cf96fd text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf96fd;
Background color
Panel with #cf96fd background
background-color: #cf96fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf96fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 150, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 150, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf96fd; background: linear-gradient(135deg, #cf96fd, #FD96E6);