#cf91fd
a light, electric violet · warm · closest name: violet
RGB
207, 145, 253
HSL
274°, 96%, 78%
CMYK
18, 43, 0, 1
Luminance
0.4061
Every format
| HEX | #cf91fd |
| RGB | rgb(207, 145, 253) |
| HSL | hsl(274, 96%, 78%) |
| CMYK | cmyk(18%, 43%, 0%, 1%) |
| LAB | lab(69.9 42.8 -45.0) |
| LCH | lch(69.9 62.1 313.6) |
| OKLCH | oklch(0.758 0.162 309.5) |
Copy-ready code
/* CSS */
color: #cf91fd;
background-color: #cf91fd;
/* Tailwind (arbitrary) */
class="text-[#cf91fd] bg-[#cf91fd]"
/* SCSS */
$brand: #cf91fd;
/* SwiftUI */
Color(red: 0.812, green: 0.569, blue: 0.992)
/* Android */
Color.parseColor("#cf91fd")Accessibility — WCAG contrast
Aa
#cf91fd on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf91fd on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.9%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta42.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cf91fd text on a black background
contrast 9.12:1
Card sample
#cf91fd text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf91fd;
Background color
Panel with #cf91fd background
background-color: #cf91fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf91fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 145, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 145, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf91fd; background: linear-gradient(135deg, #cf91fd, #FD91E3);