#c092ba
a light, soft magenta / pink · warm · closest name: plum
RGB
192, 146, 186
HSL
308°, 27%, 66%
CMYK
0, 24, 3, 25
Luminance
0.3531
Every format
| HEX | #c092ba |
| RGB | rgb(192, 146, 186) |
| HSL | hsl(308, 27%, 66%) |
| CMYK | cmyk(0%, 24%, 3%, 25%) |
| LAB | lab(66.0 24.0 -14.1) |
| LCH | lch(66.0 27.8 329.6) |
| OKLCH | oklch(0.716 0.077 330.8) |
Copy-ready code
/* CSS */
color: #c092ba;
background-color: #c092ba;
/* Tailwind (arbitrary) */
class="text-[#c092ba] bg-[#c092ba]"
/* SCSS */
$brand: #c092ba;
/* SwiftUI */
Color(red: 0.753, green: 0.573, blue: 0.729)
/* Android */
Color.parseColor("#c092ba")Accessibility — WCAG contrast
Aa
#c092ba on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c092ba on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green57.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow3.1%
Key (black)24.7%
Color previews
#c092ba text on a black background
contrast 8.06:1
Card sample
#c092ba text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c092ba;
Background color
Panel with #c092ba background
background-color: #c092ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c092ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 146, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 146, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c092ba; background: linear-gradient(135deg, #c092ba, #C0929B);