#c37dfb
a light, electric violet · warm · closest name: violet
RGB
195, 125, 251
HSL
273°, 94%, 74%
CMYK
22, 50, 0, 2
Luminance
0.3323
Every format
| HEX | #c37dfb |
| RGB | rgb(195, 125, 251) |
| HSL | hsl(273, 94%, 74%) |
| CMYK | cmyk(22%, 50%, 0%, 2%) |
| LAB | lab(64.3 49.7 -52.7) |
| LCH | lch(64.3 72.5 313.4) |
| OKLCH | oklch(0.713 0.187 308.0) |
Copy-ready code
/* CSS */
color: #c37dfb;
background-color: #c37dfb;
/* Tailwind (arbitrary) */
class="text-[#c37dfb] bg-[#c37dfb]"
/* SCSS */
$brand: #c37dfb;
/* SwiftUI */
Color(red: 0.765, green: 0.490, blue: 0.984)
/* Android */
Color.parseColor("#c37dfb")Accessibility — WCAG contrast
Aa
#c37dfb on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c37dfb on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green49.0%
Blue98.4%
CMYK percentages
Cyan22.3%
Magenta50.2%
Yellow0.0%
Key (black)1.6%
Color previews
#c37dfb text on a black background
contrast 7.65:1
Card sample
#c37dfb text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c37dfb;
Background color
Panel with #c37dfb background
background-color: #c37dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c37dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 125, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 125, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c37dfb; background: linear-gradient(135deg, #c37dfb, #FB7DDF);