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