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