#c236ee
a balanced, electric violet · warm · closest name: magenta
RGB
194, 54, 238
HSL
286°, 84%, 57%
CMYK
19, 77, 0, 7
Luminance
0.2028
Every format
| HEX | #c236ee |
| RGB | rgb(194, 54, 238) |
| HSL | hsl(286, 84%, 57%) |
| CMYK | cmyk(19%, 77%, 0%, 7%) |
| LAB | lab(52.1 77.8 -65.0) |
| LCH | lch(52.1 101.3 320.1) |
| OKLCH | oklch(0.622 0.266 316.4) |
Copy-ready code
/* CSS */
color: #c236ee;
background-color: #c236ee;
/* Tailwind (arbitrary) */
class="text-[#c236ee] bg-[#c236ee]"
/* SCSS */
$brand: #c236ee;
/* SwiftUI */
Color(red: 0.761, green: 0.212, blue: 0.933)
/* Android */
Color.parseColor("#c236ee")Accessibility — WCAG contrast
Aa
#c236ee on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c236ee on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green21.2%
Blue93.3%
CMYK percentages
Cyan18.5%
Magenta77.3%
Yellow0.0%
Key (black)6.7%
Color previews
#c236ee text on a black background
contrast 5.06:1
Card sample
#c236ee text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c236ee;
Background color
Panel with #c236ee background
background-color: #c236ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c236ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 54, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 54, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c236ee; background: linear-gradient(135deg, #c236ee, #EE369F);