#c07afb
a light, electric violet · warm · closest name: violet
RGB
192, 122, 251
HSL
273°, 94%, 73%
CMYK
24, 51, 0, 2
Luminance
0.3209
Every format
| HEX | #c07afb |
| RGB | rgb(192, 122, 251) |
| HSL | hsl(273, 94%, 73%) |
| CMYK | cmyk(24%, 51%, 0%, 2%) |
| LAB | lab(63.4 50.5 -54.2) |
| LCH | lch(63.4 74.1 313.0) |
| OKLCH | oklch(0.706 0.191 307.3) |
Copy-ready code
/* CSS */
color: #c07afb;
background-color: #c07afb;
/* Tailwind (arbitrary) */
class="text-[#c07afb] bg-[#c07afb]"
/* SCSS */
$brand: #c07afb;
/* SwiftUI */
Color(red: 0.753, green: 0.478, blue: 0.984)
/* Android */
Color.parseColor("#c07afb")Accessibility — WCAG contrast
Aa
#c07afb on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c07afb on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green47.8%
Blue98.4%
CMYK percentages
Cyan23.5%
Magenta51.4%
Yellow0.0%
Key (black)1.6%
Color previews
#c07afb text on a black background
contrast 7.42:1
Card sample
#c07afb text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07afb;
Background color
Panel with #c07afb background
background-color: #c07afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 122, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 122, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07afb; background: linear-gradient(135deg, #c07afb, #FB7AE0);