#c07dfe
a light, electric violet · warm · closest name: violet
RGB
192, 125, 254
HSL
271°, 99%, 74%
CMYK
24, 51, 0, 0
Luminance
0.3303
Every format
| HEX | #c07dfe |
| RGB | rgb(192, 125, 254) |
| HSL | hsl(271, 99%, 74%) |
| CMYK | cmyk(24%, 51%, 0%, 0%) |
| LAB | lab(64.2 49.6 -54.6) |
| LCH | lch(64.2 73.8 312.3) |
| OKLCH | oklch(0.712 0.190 306.1) |
Copy-ready code
/* CSS */
color: #c07dfe;
background-color: #c07dfe;
/* Tailwind (arbitrary) */
class="text-[#c07dfe] bg-[#c07dfe]"
/* SCSS */
$brand: #c07dfe;
/* SwiftUI */
Color(red: 0.753, green: 0.490, blue: 0.996)
/* Android */
Color.parseColor("#c07dfe")Accessibility — WCAG contrast
Aa
#c07dfe on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c07dfe on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green49.0%
Blue99.6%
CMYK percentages
Cyan24.4%
Magenta50.8%
Yellow0.0%
Key (black)0.4%
Color previews
#c07dfe text on a black background
contrast 7.61:1
Card sample
#c07dfe text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07dfe;
Background color
Panel with #c07dfe background
background-color: #c07dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 125, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 125, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07dfe; background: linear-gradient(135deg, #c07dfe, #FE7DE6);