#cbbd93
a light, soft yellow · cool · closest name: tan
RGB
203, 189, 147
HSL
45°, 35%, 69%
CMYK
0, 7, 28, 20
Luminance
0.5120
Every format
| HEX | #cbbd93 |
| RGB | rgb(203, 189, 147) |
| HSL | hsl(45, 35%, 69%) |
| CMYK | cmyk(0%, 7%, 28%, 20%) |
| LAB | lab(76.8 -1.6 23.1) |
| LCH | lch(76.8 23.1 93.9) |
| OKLCH | oklch(0.799 0.058 91.8) |
Copy-ready code
/* CSS */
color: #cbbd93;
background-color: #cbbd93;
/* Tailwind (arbitrary) */
class="text-[#cbbd93] bg-[#cbbd93]"
/* SCSS */
$brand: #cbbd93;
/* SwiftUI */
Color(red: 0.796, green: 0.741, blue: 0.576)
/* Android */
Color.parseColor("#cbbd93")Accessibility — WCAG contrast
Aa
#cbbd93 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbd93 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green74.1%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta6.9%
Yellow27.6%
Key (black)20.4%
Color previews
#cbbd93 text on a black background
contrast 11.24:1
Card sample
#cbbd93 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbd93;
Background color
Panel with #cbbd93 background
background-color: #cbbd93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbd93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 189, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 189, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbd93; background: linear-gradient(135deg, #cbbd93, #B4CB93);