#c07af4
a light, electric violet · warm · closest name: violet
RGB
192, 122, 244
HSL
274°, 85%, 72%
CMYK
21, 50, 0, 4
Luminance
0.3166
Every format
| HEX | #c07af4 |
| RGB | rgb(192, 122, 244) |
| HSL | hsl(274, 85%, 72%) |
| CMYK | cmyk(21%, 50%, 0%, 4%) |
| LAB | lab(63.1 49.0 -50.9) |
| LCH | lch(63.1 70.7 313.9) |
| OKLCH | oklch(0.702 0.183 308.9) |
Copy-ready code
/* CSS */
color: #c07af4;
background-color: #c07af4;
/* Tailwind (arbitrary) */
class="text-[#c07af4] bg-[#c07af4]"
/* SCSS */
$brand: #c07af4;
/* SwiftUI */
Color(red: 0.753, green: 0.478, blue: 0.957)
/* Android */
Color.parseColor("#c07af4")Accessibility — WCAG contrast
Aa
#c07af4 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c07af4 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green47.8%
Blue95.7%
CMYK percentages
Cyan21.3%
Magenta50.0%
Yellow0.0%
Key (black)4.3%
Color previews
#c07af4 text on a black background
contrast 7.33:1
Card sample
#c07af4 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07af4;
Background color
Panel with #c07af4 background
background-color: #c07af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 122, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 122, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07af4; background: linear-gradient(135deg, #c07af4, #F47AD7);