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