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