#cbba75
a balanced, vivid yellow · cool · closest name: tan
RGB
203, 186, 117
HSL
48°, 45%, 63%
CMYK
0, 8, 42, 20
Luminance
0.4910
Every format
| HEX | #cbba75 |
| RGB | rgb(203, 186, 117) |
| HSL | hsl(48, 45%, 63%) |
| CMYK | cmyk(0%, 8%, 42%, 20%) |
| LAB | lab(75.5 -3.6 37.1) |
| LCH | lch(75.5 37.3 95.6) |
| OKLCH | oklch(0.788 0.091 96.0) |
Copy-ready code
/* CSS */
color: #cbba75;
background-color: #cbba75;
/* Tailwind (arbitrary) */
class="text-[#cbba75] bg-[#cbba75]"
/* SCSS */
$brand: #cbba75;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.459)
/* Android */
Color.parseColor("#cbba75")Accessibility — WCAG contrast
Aa
#cbba75 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbba75 on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow42.4%
Key (black)20.4%
Color previews
#cbba75 text on a black background
contrast 10.82:1
Card sample
#cbba75 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbba75;
Background color
Panel with #cbba75 background
background-color: #cbba75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbba75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbba75; background: linear-gradient(135deg, #cbba75, #A3CB75);