#c07fd7
a light, vivid violet · warm · closest name: orchid
RGB
192, 127, 215
HSL
284°, 52%, 67%
CMYK
11, 41, 0, 16
Luminance
0.3129
Every format
| HEX | #c07fd7 |
| RGB | rgb(192, 127, 215) |
| HSL | hsl(284, 52%, 67%) |
| CMYK | cmyk(11%, 41%, 0%, 16%) |
| LAB | lab(62.8 40.1 -35.3) |
| LCH | lch(62.8 53.4 318.7) |
| OKLCH | oklch(0.695 0.142 316.9) |
Copy-ready code
/* CSS */
color: #c07fd7;
background-color: #c07fd7;
/* Tailwind (arbitrary) */
class="text-[#c07fd7] bg-[#c07fd7]"
/* SCSS */
$brand: #c07fd7;
/* SwiftUI */
Color(red: 0.753, green: 0.498, blue: 0.843)
/* Android */
Color.parseColor("#c07fd7")Accessibility — WCAG contrast
Aa
#c07fd7 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c07fd7 on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green49.8%
Blue84.3%
CMYK percentages
Cyan10.7%
Magenta40.9%
Yellow0.0%
Key (black)15.7%
Color previews
#c07fd7 text on a black background
contrast 7.26:1
Card sample
#c07fd7 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07fd7;
Background color
Panel with #c07fd7 background
background-color: #c07fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 127, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 127, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07fd7; background: linear-gradient(135deg, #c07fd7, #D77FB3);