#c37ddf
a light, vivid violet · warm · closest name: orchid
RGB
195, 125, 223
HSL
283°, 61%, 68%
CMYK
13, 44, 0, 13
Luminance
0.3160
Every format
| HEX | #c37ddf |
| RGB | rgb(195, 125, 223) |
| HSL | hsl(283, 61%, 68%) |
| CMYK | cmyk(13%, 44%, 0%, 13%) |
| LAB | lab(63.0 43.7 -39.3) |
| LCH | lch(63.0 58.8 318.0) |
| OKLCH | oklch(0.699 0.156 315.7) |
Copy-ready code
/* CSS */
color: #c37ddf;
background-color: #c37ddf;
/* Tailwind (arbitrary) */
class="text-[#c37ddf] bg-[#c37ddf]"
/* SCSS */
$brand: #c37ddf;
/* SwiftUI */
Color(red: 0.765, green: 0.490, blue: 0.875)
/* Android */
Color.parseColor("#c37ddf")Accessibility — WCAG contrast
Aa
#c37ddf on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c37ddf on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green49.0%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta43.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c37ddf text on a black background
contrast 7.32:1
Card sample
#c37ddf text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c37ddf;
Background color
Panel with #c37ddf background
background-color: #c37ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c37ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 125, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 125, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c37ddf; background: linear-gradient(135deg, #c37ddf, #DF7DBA);