#c37eee
a light, electric violet · warm · closest name: orchid
RGB
195, 126, 238
HSL
277°, 77%, 71%
CMYK
18, 47, 0, 7
Luminance
0.3270
Every format
| HEX | #c37eee |
| RGB | rgb(195, 126, 238) |
| HSL | hsl(277, 77%, 71%) |
| CMYK | cmyk(18%, 47%, 0%, 7%) |
| LAB | lab(63.9 46.4 -46.2) |
| LCH | lch(63.9 65.5 315.1) |
| OKLCH | oklch(0.708 0.171 311.2) |
Copy-ready code
/* CSS */
color: #c37eee;
background-color: #c37eee;
/* Tailwind (arbitrary) */
class="text-[#c37eee] bg-[#c37eee]"
/* SCSS */
$brand: #c37eee;
/* SwiftUI */
Color(red: 0.765, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#c37eee")Accessibility — WCAG contrast
Aa
#c37eee on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c37eee on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green49.4%
Blue93.3%
CMYK percentages
Cyan18.1%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#c37eee text on a black background
contrast 7.54:1
Card sample
#c37eee text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c37eee;
Background color
Panel with #c37eee background
background-color: #c37eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c37eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c37eee; background: linear-gradient(135deg, #c37eee, #EE7ECE);