#cbbc7f
a balanced, soft yellow · cool · closest name: tan
RGB
203, 188, 127
HSL
48°, 42%, 65%
CMYK
0, 7, 37, 20
Luminance
0.5020
Every format
| HEX | #cbbc7f |
| RGB | rgb(203, 188, 127) |
| HSL | hsl(48, 42%, 65%) |
| CMYK | cmyk(0%, 7%, 37%, 20%) |
| LAB | lab(76.2 -3.5 32.8) |
| LCH | lch(76.2 33.0 96.2) |
| OKLCH | oklch(0.793 0.081 96.0) |
Copy-ready code
/* CSS */
color: #cbbc7f;
background-color: #cbbc7f;
/* Tailwind (arbitrary) */
class="text-[#cbbc7f] bg-[#cbbc7f]"
/* SCSS */
$brand: #cbbc7f;
/* SwiftUI */
Color(red: 0.796, green: 0.737, blue: 0.498)
/* Android */
Color.parseColor("#cbbc7f")Accessibility — WCAG contrast
Aa
#cbbc7f on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbc7f on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green73.7%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow37.4%
Key (black)20.4%
Color previews
#cbbc7f text on a black background
contrast 11.04:1
Card sample
#cbbc7f text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbc7f;
Background color
Panel with #cbbc7f background
background-color: #cbbc7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbc7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 188, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 188, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbc7f; background: linear-gradient(135deg, #cbbc7f, #A7CB7F);