#c991f3
a light, electric violet · warm · closest name: violet
RGB
201, 145, 243
HSL
274°, 80%, 76%
CMYK
17, 40, 0, 5
Luminance
0.3914
Every format
| HEX | #c991f3 |
| RGB | rgb(201, 145, 243) |
| HSL | hsl(274, 80%, 76%) |
| CMYK | cmyk(17%, 40%, 0%, 5%) |
| LAB | lab(68.8 38.9 -41.2) |
| LCH | lch(68.8 56.6 313.4) |
| OKLCH | oklch(0.747 0.148 309.5) |
Copy-ready code
/* CSS */
color: #c991f3;
background-color: #c991f3;
/* Tailwind (arbitrary) */
class="text-[#c991f3] bg-[#c991f3]"
/* SCSS */
$brand: #c991f3;
/* SwiftUI */
Color(red: 0.788, green: 0.569, blue: 0.953)
/* Android */
Color.parseColor("#c991f3")Accessibility — WCAG contrast
Aa
#c991f3 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c991f3 on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green56.9%
Blue95.3%
CMYK percentages
Cyan17.3%
Magenta40.3%
Yellow0.0%
Key (black)4.7%
Color previews
#c991f3 text on a black background
contrast 8.83:1
Card sample
#c991f3 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c991f3;
Background color
Panel with #c991f3 background
background-color: #c991f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c991f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 145, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 145, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c991f3; background: linear-gradient(135deg, #c991f3, #F391DC);