#c36eee
a light, electric violet · warm · closest name: orchid
RGB
195, 110, 238
HSL
280°, 79%, 68%
CMYK
18, 54, 0, 7
Luminance
0.2893
Every format
| HEX | #c36eee |
| RGB | rgb(195, 110, 238) |
| HSL | hsl(280, 79%, 68%) |
| CMYK | cmyk(18%, 54%, 0%, 7%) |
| LAB | lab(60.7 54.7 -51.3) |
| LCH | lch(60.7 75.0 316.8) |
| OKLCH | oklch(0.684 0.196 313.0) |
Copy-ready code
/* CSS */
color: #c36eee;
background-color: #c36eee;
/* Tailwind (arbitrary) */
class="text-[#c36eee] bg-[#c36eee]"
/* SCSS */
$brand: #c36eee;
/* SwiftUI */
Color(red: 0.765, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#c36eee")Accessibility — WCAG contrast
Aa
#c36eee on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c36eee on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green43.1%
Blue93.3%
CMYK percentages
Cyan18.1%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#c36eee text on a black background
contrast 6.79:1
Card sample
#c36eee text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c36eee;
Background color
Panel with #c36eee background
background-color: #c36eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c36eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c36eee; background: linear-gradient(135deg, #c36eee, #EE6EC4);