#c094cf
a light, soft violet · warm · closest name: plum
RGB
192, 148, 207
HSL
285°, 38%, 70%
CMYK
7, 29, 0, 19
Luminance
0.3689
Every format
| HEX | #c094cf |
| RGB | rgb(192, 148, 207) |
| HSL | hsl(285, 38%, 70%) |
| CMYK | cmyk(7%, 29%, 0%, 19%) |
| LAB | lab(67.2 27.0 -24.0) |
| LCH | lch(67.2 36.1 318.4) |
| OKLCH | oklch(0.728 0.096 317.4) |
Copy-ready code
/* CSS */
color: #c094cf;
background-color: #c094cf;
/* Tailwind (arbitrary) */
class="text-[#c094cf] bg-[#c094cf]"
/* SCSS */
$brand: #c094cf;
/* SwiftUI */
Color(red: 0.753, green: 0.580, blue: 0.812)
/* Android */
Color.parseColor("#c094cf")Accessibility — WCAG contrast
Aa
#c094cf on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c094cf on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green58.0%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta28.5%
Yellow0.0%
Key (black)18.8%
Color previews
#c094cf text on a black background
contrast 8.38:1
Card sample
#c094cf text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c094cf;
Background color
Panel with #c094cf background
background-color: #c094cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c094cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 148, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 148, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c094cf; background: linear-gradient(135deg, #c094cf, #CF94B7);