#cf91fc
a light, electric violet · warm · closest name: violet
RGB
207, 145, 252
HSL
275°, 95%, 78%
CMYK
18, 43, 0, 1
Luminance
0.4054
Every format
| HEX | #cf91fc |
| RGB | rgb(207, 145, 252) |
| HSL | hsl(275, 95%, 78%) |
| CMYK | cmyk(18%, 43%, 0%, 1%) |
| LAB | lab(69.9 42.6 -44.5) |
| LCH | lch(69.9 61.6 313.7) |
| OKLCH | oklch(0.757 0.161 309.7) |
Copy-ready code
/* CSS */
color: #cf91fc;
background-color: #cf91fc;
/* Tailwind (arbitrary) */
class="text-[#cf91fc] bg-[#cf91fc]"
/* SCSS */
$brand: #cf91fc;
/* SwiftUI */
Color(red: 0.812, green: 0.569, blue: 0.988)
/* Android */
Color.parseColor("#cf91fc")Accessibility — WCAG contrast
Aa
#cf91fc on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf91fc on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.9%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta42.5%
Yellow0.0%
Key (black)1.2%
Color previews
#cf91fc text on a black background
contrast 9.11:1
Card sample
#cf91fc text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf91fc;
Background color
Panel with #cf91fc background
background-color: #cf91fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf91fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 145, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 145, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf91fc; background: linear-gradient(135deg, #cf91fc, #FC91E2);