#c1bc90
a light, soft yellow · cool · closest name: tan
RGB
193, 188, 144
HSL
54°, 28%, 66%
CMYK
0, 3, 25, 24
Luminance
0.4932
Every format
| HEX | #c1bc90 |
| RGB | rgb(193, 188, 144) |
| HSL | hsl(54, 28%, 66%) |
| CMYK | cmyk(0%, 3%, 25%, 24%) |
| LAB | lab(75.7 -5.3 23.0) |
| LCH | lch(75.7 23.6 103.0) |
| OKLCH | oklch(0.788 0.059 102.2) |
Copy-ready code
/* CSS */
color: #c1bc90;
background-color: #c1bc90;
/* Tailwind (arbitrary) */
class="text-[#c1bc90] bg-[#c1bc90]"
/* SCSS */
$brand: #c1bc90;
/* SwiftUI */
Color(red: 0.757, green: 0.737, blue: 0.565)
/* Android */
Color.parseColor("#c1bc90")Accessibility — WCAG contrast
Aa
#c1bc90 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1bc90 on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green73.7%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta2.6%
Yellow25.4%
Key (black)24.3%
Color previews
#c1bc90 text on a black background
contrast 10.86:1
Card sample
#c1bc90 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1bc90;
Background color
Panel with #c1bc90 background
background-color: #c1bc90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1bc90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 188, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 188, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1bc90; background: linear-gradient(135deg, #c1bc90, #A5C190);