#c05eee
a light, electric violet · warm · closest name: orchid
RGB
192, 94, 238
HSL
281°, 81%, 65%
CMYK
19, 61, 0, 7
Luminance
0.2538
Every format
| HEX | #c05eee |
| RGB | rgb(192, 94, 238) |
| HSL | hsl(281, 81%, 65%) |
| CMYK | cmyk(19%, 61%, 0%, 7%) |
| LAB | lab(57.5 61.7 -56.5) |
| LCH | lch(57.5 83.7 317.5) |
| OKLCH | oklch(0.660 0.218 313.4) |
Copy-ready code
/* CSS */
color: #c05eee;
background-color: #c05eee;
/* Tailwind (arbitrary) */
class="text-[#c05eee] bg-[#c05eee]"
/* SCSS */
$brand: #c05eee;
/* SwiftUI */
Color(red: 0.753, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#c05eee")Accessibility — WCAG contrast
Aa
#c05eee on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c05eee on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green36.9%
Blue93.3%
CMYK percentages
Cyan19.3%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#c05eee text on a black background
contrast 6.08:1
Card sample
#c05eee text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c05eee;
Background color
Panel with #c05eee background
background-color: #c05eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c05eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c05eee; background: linear-gradient(135deg, #c05eee, #EE5EBC);