#c09cb2
a light, soft magenta / pink · warm · closest name: pink
RGB
192, 156, 178
HSL
323°, 22%, 68%
CMYK
0, 19, 7, 25
Luminance
0.3820
Every format
| HEX | #c09cb2 |
| RGB | rgb(192, 156, 178) |
| HSL | hsl(323, 22%, 68%) |
| CMYK | cmyk(0%, 19%, 7%, 25%) |
| LAB | lab(68.2 17.0 -6.3) |
| LCH | lch(68.2 18.2 339.6) |
| OKLCH | oklch(0.732 0.052 341.2) |
Copy-ready code
/* CSS */
color: #c09cb2;
background-color: #c09cb2;
/* Tailwind (arbitrary) */
class="text-[#c09cb2] bg-[#c09cb2]"
/* SCSS */
$brand: #c09cb2;
/* SwiftUI */
Color(red: 0.753, green: 0.612, blue: 0.698)
/* Android */
Color.parseColor("#c09cb2")Accessibility — WCAG contrast
Aa
#c09cb2 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c09cb2 on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green61.2%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta18.7%
Yellow7.3%
Key (black)24.7%
Color previews
#c09cb2 text on a black background
contrast 8.64:1
Card sample
#c09cb2 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c09cb2;
Background color
Panel with #c09cb2 background
background-color: #c09cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c09cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 156, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 156, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c09cb2; background: linear-gradient(135deg, #c09cb2, #C09E9C);