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