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