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