#c37af5
a light, electric violet · warm · closest name: violet
RGB
195, 122, 245
HSL
276°, 86%, 72%
CMYK
20, 50, 0, 4
Luminance
0.3211
Every format
| HEX | #c37af5 |
| RGB | rgb(195, 122, 245) |
| HSL | hsl(276, 86%, 72%) |
| CMYK | cmyk(20%, 50%, 0%, 4%) |
| LAB | lab(63.4 50.0 -50.8) |
| LCH | lch(63.4 71.3 314.5) |
| OKLCH | oklch(0.706 0.185 309.9) |
Copy-ready code
/* CSS */
color: #c37af5;
background-color: #c37af5;
/* Tailwind (arbitrary) */
class="text-[#c37af5] bg-[#c37af5]"
/* SCSS */
$brand: #c37af5;
/* SwiftUI */
Color(red: 0.765, green: 0.478, blue: 0.961)
/* Android */
Color.parseColor("#c37af5")Accessibility — WCAG contrast
Aa
#c37af5 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c37af5 on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green47.8%
Blue96.1%
CMYK percentages
Cyan20.4%
Magenta50.2%
Yellow0.0%
Key (black)3.9%
Color previews
#c37af5 text on a black background
contrast 7.42:1
Card sample
#c37af5 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c37af5;
Background color
Panel with #c37af5 background
background-color: #c37af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c37af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 122, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 122, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c37af5; background: linear-gradient(135deg, #c37af5, #F57AD5);