#c092cf
a light, soft violet · warm · closest name: plum
RGB
192, 146, 207
HSL
285°, 39%, 69%
CMYK
7, 30, 0, 19
Luminance
0.3627
Every format
| HEX | #c092cf |
| RGB | rgb(192, 146, 207) |
| HSL | hsl(285, 39%, 69%) |
| CMYK | cmyk(7%, 30%, 0%, 19%) |
| LAB | lab(66.7 28.1 -24.7) |
| LCH | lch(66.7 37.4 318.7) |
| OKLCH | oklch(0.724 0.100 317.7) |
Copy-ready code
/* CSS */
color: #c092cf;
background-color: #c092cf;
/* Tailwind (arbitrary) */
class="text-[#c092cf] bg-[#c092cf]"
/* SCSS */
$brand: #c092cf;
/* SwiftUI */
Color(red: 0.753, green: 0.573, blue: 0.812)
/* Android */
Color.parseColor("#c092cf")Accessibility — WCAG contrast
Aa
#c092cf on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c092cf on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green57.3%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta29.5%
Yellow0.0%
Key (black)18.8%
Color previews
#c092cf text on a black background
contrast 8.25:1
Card sample
#c092cf text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c092cf;
Background color
Panel with #c092cf background
background-color: #c092cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c092cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 146, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 146, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c092cf; background: linear-gradient(135deg, #c092cf, #CF92B5);