#c07df9
a light, electric violet · warm · closest name: violet
RGB
192, 125, 249
HSL
272°, 91%, 73%
CMYK
23, 50, 0, 2
Luminance
0.3271
Every format
| HEX | #c07df9 |
| RGB | rgb(192, 125, 249) |
| HSL | hsl(272, 91%, 73%) |
| CMYK | cmyk(23%, 50%, 0%, 2%) |
| LAB | lab(63.9 48.5 -52.3) |
| LCH | lch(63.9 71.3 312.9) |
| OKLCH | oklch(0.709 0.184 307.3) |
Copy-ready code
/* CSS */
color: #c07df9;
background-color: #c07df9;
/* Tailwind (arbitrary) */
class="text-[#c07df9] bg-[#c07df9]"
/* SCSS */
$brand: #c07df9;
/* SwiftUI */
Color(red: 0.753, green: 0.490, blue: 0.976)
/* Android */
Color.parseColor("#c07df9")Accessibility — WCAG contrast
Aa
#c07df9 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c07df9 on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green49.0%
Blue97.6%
CMYK percentages
Cyan22.9%
Magenta49.8%
Yellow0.0%
Key (black)2.4%
Color previews
#c07df9 text on a black background
contrast 7.54:1
Card sample
#c07df9 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07df9;
Background color
Panel with #c07df9 background
background-color: #c07df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 125, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 125, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07df9; background: linear-gradient(135deg, #c07df9, #F97DDF);