#c37cdb
a light, vivid violet · warm · closest name: orchid
RGB
195, 124, 219
HSL
285°, 57%, 67%
CMYK
11, 43, 0, 14
Luminance
0.3113
Every format
| HEX | #c37cdb |
| RGB | rgb(195, 124, 219) |
| HSL | hsl(285, 57%, 67%) |
| CMYK | cmyk(11%, 43%, 0%, 14%) |
| LAB | lab(62.6 43.5 -37.7) |
| LCH | lch(62.6 57.5 319.1) |
| OKLCH | oklch(0.696 0.153 317.2) |
Copy-ready code
/* CSS */
color: #c37cdb;
background-color: #c37cdb;
/* Tailwind (arbitrary) */
class="text-[#c37cdb] bg-[#c37cdb]"
/* SCSS */
$brand: #c37cdb;
/* SwiftUI */
Color(red: 0.765, green: 0.486, blue: 0.859)
/* Android */
Color.parseColor("#c37cdb")Accessibility — WCAG contrast
Aa
#c37cdb on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c37cdb on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green48.6%
Blue85.9%
CMYK percentages
Cyan11.0%
Magenta43.4%
Yellow0.0%
Key (black)14.1%
Color previews
#c37cdb text on a black background
contrast 7.23:1
Card sample
#c37cdb text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c37cdb;
Background color
Panel with #c37cdb background
background-color: #c37cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c37cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 124, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 124, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c37cdb; background: linear-gradient(135deg, #c37cdb, #DB7CB4);