#c09ba4
a light, soft red · warm · closest name: silver
RGB
192, 155, 164
HSL
345°, 23%, 68%
CMYK
0, 19, 15, 25
Luminance
0.3733
Every format
| HEX | #c09ba4 |
| RGB | rgb(192, 155, 164) |
| HSL | hsl(345, 23%, 68%) |
| CMYK | cmyk(0%, 19%, 15%, 25%) |
| LAB | lab(67.5 15.2 0.5) |
| LCH | lch(67.5 15.2 2.0) |
| OKLCH | oklch(0.726 0.045 2.0) |
Copy-ready code
/* CSS */
color: #c09ba4;
background-color: #c09ba4;
/* Tailwind (arbitrary) */
class="text-[#c09ba4] bg-[#c09ba4]"
/* SCSS */
$brand: #c09ba4;
/* SwiftUI */
Color(red: 0.753, green: 0.608, blue: 0.643)
/* Android */
Color.parseColor("#c09ba4")Accessibility — WCAG contrast
Aa
#c09ba4 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c09ba4 on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green60.8%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta19.3%
Yellow14.6%
Key (black)24.7%
Color previews
#c09ba4 text on a black background
contrast 8.47:1
Card sample
#c09ba4 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c09ba4;
Background color
Panel with #c09ba4 background
background-color: #c09ba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c09ba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 155, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 155, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c09ba4; background: linear-gradient(135deg, #c09ba4, #C0AB9B);