#c0bc9b
a light, soft yellow · cool · closest name: tan
RGB
192, 188, 155
HSL
54°, 23%, 68%
CMYK
0, 2, 19, 25
Luminance
0.4954
Every format
| HEX | #c0bc9b |
| RGB | rgb(192, 188, 155) |
| HSL | hsl(54, 23%, 68%) |
| CMYK | cmyk(0%, 2%, 19%, 25%) |
| LAB | lab(75.8 -4.1 17.2) |
| LCH | lch(75.8 17.7 103.4) |
| OKLCH | oklch(0.790 0.045 101.6) |
Copy-ready code
/* CSS */
color: #c0bc9b;
background-color: #c0bc9b;
/* Tailwind (arbitrary) */
class="text-[#c0bc9b] bg-[#c0bc9b]"
/* SCSS */
$brand: #c0bc9b;
/* SwiftUI */
Color(red: 0.753, green: 0.737, blue: 0.608)
/* Android */
Color.parseColor("#c0bc9b")Accessibility — WCAG contrast
Aa
#c0bc9b on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0bc9b on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green73.7%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow19.3%
Key (black)24.7%
Color previews
#c0bc9b text on a black background
contrast 10.91:1
Card sample
#c0bc9b text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0bc9b;
Background color
Panel with #c0bc9b background
background-color: #c0bc9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0bc9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 188, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 188, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0bc9b; background: linear-gradient(135deg, #c0bc9b, #ABC09B);