#c07af3
a light, electric violet · warm · closest name: violet
RGB
192, 122, 243
HSL
275°, 83%, 72%
CMYK
21, 50, 0, 5
Luminance
0.3160
Every format
| HEX | #c07af3 |
| RGB | rgb(192, 122, 243) |
| HSL | hsl(275, 83%, 72%) |
| CMYK | cmyk(21%, 50%, 0%, 5%) |
| LAB | lab(63.0 48.8 -50.4) |
| LCH | lch(63.0 70.2 314.0) |
| OKLCH | oklch(0.701 0.182 309.2) |
Copy-ready code
/* CSS */
color: #c07af3;
background-color: #c07af3;
/* Tailwind (arbitrary) */
class="text-[#c07af3] bg-[#c07af3]"
/* SCSS */
$brand: #c07af3;
/* SwiftUI */
Color(red: 0.753, green: 0.478, blue: 0.953)
/* Android */
Color.parseColor("#c07af3")Accessibility — WCAG contrast
Aa
#c07af3 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c07af3 on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green47.8%
Blue95.3%
CMYK percentages
Cyan21.0%
Magenta49.8%
Yellow0.0%
Key (black)4.7%
Color previews
#c07af3 text on a black background
contrast 7.32:1
Card sample
#c07af3 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07af3;
Background color
Panel with #c07af3 background
background-color: #c07af3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07af3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 122, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 122, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07af3; background: linear-gradient(135deg, #c07af3, #F37AD5);