#c07fd0
a light, vivid violet · warm · closest name: plum
RGB
192, 127, 208
HSL
288°, 46%, 66%
CMYK
8, 39, 0, 18
Luminance
0.3094
Every format
| HEX | #c07fd0 |
| RGB | rgb(192, 127, 208) |
| HSL | hsl(288, 46%, 66%) |
| CMYK | cmyk(8%, 39%, 0%, 18%) |
| LAB | lab(62.5 38.7 -31.8) |
| LCH | lch(62.5 50.1 320.6) |
| OKLCH | oklch(0.692 0.135 319.5) |
Copy-ready code
/* CSS */
color: #c07fd0;
background-color: #c07fd0;
/* Tailwind (arbitrary) */
class="text-[#c07fd0] bg-[#c07fd0]"
/* SCSS */
$brand: #c07fd0;
/* SwiftUI */
Color(red: 0.753, green: 0.498, blue: 0.816)
/* Android */
Color.parseColor("#c07fd0")Accessibility — WCAG contrast
Aa
#c07fd0 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c07fd0 on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green49.8%
Blue81.6%
CMYK percentages
Cyan7.7%
Magenta38.9%
Yellow0.0%
Key (black)18.4%
Color previews
#c07fd0 text on a black background
contrast 7.19:1
Card sample
#c07fd0 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07fd0;
Background color
Panel with #c07fd0 background
background-color: #c07fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 127, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 127, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07fd0; background: linear-gradient(135deg, #c07fd0, #D07FAA);