#c09eb4
a light, soft magenta / pink · warm · closest name: pink
RGB
192, 158, 180
HSL
321°, 21%, 69%
CMYK
0, 18, 6, 25
Luminance
0.3896
Every format
| HEX | #c09eb4 |
| RGB | rgb(192, 158, 180) |
| HSL | hsl(321, 21%, 69%) |
| CMYK | cmyk(0%, 18%, 6%, 25%) |
| LAB | lab(68.7 16.3 -6.6) |
| LCH | lch(68.7 17.6 337.8) |
| OKLCH | oklch(0.737 0.050 339.5) |
Copy-ready code
/* CSS */
color: #c09eb4;
background-color: #c09eb4;
/* Tailwind (arbitrary) */
class="text-[#c09eb4] bg-[#c09eb4]"
/* SCSS */
$brand: #c09eb4;
/* SwiftUI */
Color(red: 0.753, green: 0.620, blue: 0.706)
/* Android */
Color.parseColor("#c09eb4")Accessibility — WCAG contrast
Aa
#c09eb4 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c09eb4 on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green62.0%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow6.2%
Key (black)24.7%
Color previews
#c09eb4 text on a black background
contrast 8.79:1
Card sample
#c09eb4 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c09eb4;
Background color
Panel with #c09eb4 background
background-color: #c09eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c09eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 158, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 158, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c09eb4; background: linear-gradient(135deg, #c09eb4, #C09F9E);