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