#c07afd
a light, electric violet · warm · closest name: violet
RGB
192, 122, 253
HSL
272°, 97%, 74%
CMYK
24, 52, 0, 1
Luminance
0.3222
Every format
| HEX | #c07afd |
| RGB | rgb(192, 122, 253) |
| HSL | hsl(272, 97%, 74%) |
| CMYK | cmyk(24%, 52%, 0%, 1%) |
| LAB | lab(63.5 51.0 -55.1) |
| LCH | lch(63.5 75.1 312.8) |
| OKLCH | oklch(0.707 0.193 306.8) |
Copy-ready code
/* CSS */
color: #c07afd;
background-color: #c07afd;
/* Tailwind (arbitrary) */
class="text-[#c07afd] bg-[#c07afd]"
/* SCSS */
$brand: #c07afd;
/* SwiftUI */
Color(red: 0.753, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#c07afd")Accessibility — WCAG contrast
Aa
#c07afd on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c07afd on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green47.8%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#c07afd text on a black background
contrast 7.44:1
Card sample
#c07afd text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07afd;
Background color
Panel with #c07afd background
background-color: #c07afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07afd; background: linear-gradient(135deg, #c07afd, #FD7AE3);