#c07eee
a light, electric violet · warm · closest name: orchid
RGB
192, 126, 238
HSL
275°, 77%, 71%
CMYK
19, 47, 0, 7
Luminance
0.3230
Every format
| HEX | #c07eee |
| RGB | rgb(192, 126, 238) |
| HSL | hsl(275, 77%, 71%) |
| CMYK | cmyk(19%, 47%, 0%, 7%) |
| LAB | lab(63.6 45.6 -46.8) |
| LCH | lch(63.6 65.3 314.3) |
| OKLCH | oklch(0.705 0.170 309.9) |
Copy-ready code
/* CSS */
color: #c07eee;
background-color: #c07eee;
/* Tailwind (arbitrary) */
class="text-[#c07eee] bg-[#c07eee]"
/* SCSS */
$brand: #c07eee;
/* SwiftUI */
Color(red: 0.753, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#c07eee")Accessibility — WCAG contrast
Aa
#c07eee on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c07eee on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green49.4%
Blue93.3%
CMYK percentages
Cyan19.3%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#c07eee text on a black background
contrast 7.46:1
Card sample
#c07eee text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07eee;
Background color
Panel with #c07eee background
background-color: #c07eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07eee; background: linear-gradient(135deg, #c07eee, #EE7ED1);