#c37dfd
a light, electric violet · warm · closest name: violet
RGB
195, 125, 253
HSL
273°, 97%, 74%
CMYK
23, 51, 0, 1
Luminance
0.3336
Every format
| HEX | #c37dfd |
| RGB | rgb(195, 125, 253) |
| HSL | hsl(273, 97%, 74%) |
| CMYK | cmyk(23%, 51%, 0%, 1%) |
| LAB | lab(64.5 50.2 -53.6) |
| LCH | lch(64.5 73.5 313.1) |
| OKLCH | oklch(0.715 0.190 307.5) |
Copy-ready code
/* CSS */
color: #c37dfd;
background-color: #c37dfd;
/* Tailwind (arbitrary) */
class="text-[#c37dfd] bg-[#c37dfd]"
/* SCSS */
$brand: #c37dfd;
/* SwiftUI */
Color(red: 0.765, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#c37dfd")Accessibility — WCAG contrast
Aa
#c37dfd on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c37dfd on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green49.0%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c37dfd text on a black background
contrast 7.67:1
Card sample
#c37dfd text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c37dfd;
Background color
Panel with #c37dfd background
background-color: #c37dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c37dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c37dfd; background: linear-gradient(135deg, #c37dfd, #FD7DE2);