#cf97fc
a light, electric violet · warm · closest name: violet
RGB
207, 151, 252
HSL
273°, 94%, 79%
CMYK
18, 40, 0, 1
Luminance
0.4243
Every format
| HEX | #cf97fc |
| RGB | rgb(207, 151, 252) |
| HSL | hsl(273, 94%, 79%) |
| CMYK | cmyk(18%, 40%, 0%, 1%) |
| LAB | lab(71.2 39.3 -42.4) |
| LCH | lch(71.2 57.9 312.8) |
| OKLCH | oklch(0.767 0.151 308.7) |
Copy-ready code
/* CSS */
color: #cf97fc;
background-color: #cf97fc;
/* Tailwind (arbitrary) */
class="text-[#cf97fc] bg-[#cf97fc]"
/* SCSS */
$brand: #cf97fc;
/* SwiftUI */
Color(red: 0.812, green: 0.592, blue: 0.988)
/* Android */
Color.parseColor("#cf97fc")Accessibility — WCAG contrast
Aa
#cf97fc on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf97fc on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.2%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta40.1%
Yellow0.0%
Key (black)1.2%
Color previews
#cf97fc text on a black background
contrast 9.49:1
Card sample
#cf97fc text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf97fc;
Background color
Panel with #cf97fc background
background-color: #cf97fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf97fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 151, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 151, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf97fc; background: linear-gradient(135deg, #cf97fc, #FC97E6);