#cf91f4
a light, electric violet · warm · closest name: violet
RGB
207, 145, 244
HSL
278°, 82%, 76%
CMYK
15, 41, 0, 4
Luminance
0.4005
Every format
| HEX | #cf91f4 |
| RGB | rgb(207, 145, 244) |
| HSL | hsl(278, 82%, 76%) |
| CMYK | cmyk(15%, 41%, 0%, 4%) |
| LAB | lab(69.5 40.9 -40.7) |
| LCH | lch(69.5 57.6 315.1) |
| OKLCH | oklch(0.754 0.151 312.0) |
Copy-ready code
/* CSS */
color: #cf91f4;
background-color: #cf91f4;
/* Tailwind (arbitrary) */
class="text-[#cf91f4] bg-[#cf91f4]"
/* SCSS */
$brand: #cf91f4;
/* SwiftUI */
Color(red: 0.812, green: 0.569, blue: 0.957)
/* Android */
Color.parseColor("#cf91f4")Accessibility — WCAG contrast
Aa
#cf91f4 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf91f4 on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.9%
Blue95.7%
CMYK percentages
Cyan15.2%
Magenta40.6%
Yellow0.0%
Key (black)4.3%
Color previews
#cf91f4 text on a black background
contrast 9.01:1
Card sample
#cf91f4 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf91f4;
Background color
Panel with #cf91f4 background
background-color: #cf91f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf91f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 145, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 145, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf91f4; background: linear-gradient(135deg, #cf91f4, #F491D7);