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