#c07ecf
a light, vivid violet · warm · closest name: plum
RGB
192, 126, 207
HSL
289°, 46%, 65%
CMYK
7, 39, 0, 19
Luminance
0.3063
Every format
| HEX | #c07ecf |
| RGB | rgb(192, 126, 207) |
| HSL | hsl(289, 46%, 65%) |
| CMYK | cmyk(7%, 39%, 0%, 19%) |
| LAB | lab(62.2 39.1 -31.7) |
| LCH | lch(62.2 50.3 321.0) |
| OKLCH | oklch(0.690 0.135 320.0) |
Copy-ready code
/* CSS */
color: #c07ecf;
background-color: #c07ecf;
/* Tailwind (arbitrary) */
class="text-[#c07ecf] bg-[#c07ecf]"
/* SCSS */
$brand: #c07ecf;
/* SwiftUI */
Color(red: 0.753, green: 0.494, blue: 0.812)
/* Android */
Color.parseColor("#c07ecf")Accessibility — WCAG contrast
Aa
#c07ecf on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c07ecf on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green49.4%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta39.1%
Yellow0.0%
Key (black)18.8%
Color previews
#c07ecf text on a black background
contrast 7.13:1
Card sample
#c07ecf text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07ecf;
Background color
Panel with #c07ecf background
background-color: #c07ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 126, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 126, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07ecf; background: linear-gradient(135deg, #c07ecf, #CF7EA8);