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