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