#c09eb0
a light, soft magenta / pink · warm · closest name: silver
RGB
192, 158, 176
HSL
328°, 21%, 69%
CMYK
0, 18, 8, 25
Luminance
0.3879
Every format
| HEX | #c09eb0 |
| RGB | rgb(192, 158, 176) |
| HSL | hsl(328, 21%, 69%) |
| CMYK | cmyk(0%, 18%, 8%, 25%) |
| LAB | lab(68.6 15.6 -4.6) |
| LCH | lch(68.6 16.2 343.6) |
| OKLCH | oklch(0.735 0.047 345.2) |
Copy-ready code
/* CSS */
color: #c09eb0;
background-color: #c09eb0;
/* Tailwind (arbitrary) */
class="text-[#c09eb0] bg-[#c09eb0]"
/* SCSS */
$brand: #c09eb0;
/* SwiftUI */
Color(red: 0.753, green: 0.620, blue: 0.690)
/* Android */
Color.parseColor("#c09eb0")Accessibility — WCAG contrast
Aa
#c09eb0 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c09eb0 on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green62.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow8.3%
Key (black)24.7%
Color previews
#c09eb0 text on a black background
contrast 8.76:1
Card sample
#c09eb0 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c09eb0;
Background color
Panel with #c09eb0 background
background-color: #c09eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c09eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 158, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 158, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c09eb0; background: linear-gradient(135deg, #c09eb0, #C0A39E);