#cbac4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
203, 172, 79
HSL
45°, 54%, 55%
CMYK
0, 15, 61, 20
Luminance
0.4277
Every format
| HEX | #cbac4f |
| RGB | rgb(203, 172, 79) |
| HSL | hsl(45, 54%, 55%) |
| CMYK | cmyk(0%, 15%, 61%, 20%) |
| LAB | lab(71.4 0.5 51.0) |
| LCH | lch(71.4 51.0 89.5) |
| OKLCH | oklch(0.754 0.117 90.9) |
Copy-ready code
/* CSS */
color: #cbac4f;
background-color: #cbac4f;
/* Tailwind (arbitrary) */
class="text-[#cbac4f] bg-[#cbac4f]"
/* SCSS */
$brand: #cbac4f;
/* SwiftUI */
Color(red: 0.796, green: 0.675, blue: 0.310)
/* Android */
Color.parseColor("#cbac4f")Accessibility — WCAG contrast
Aa
#cbac4f on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbac4f on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow61.1%
Key (black)20.4%
Color previews
#cbac4f text on a black background
contrast 9.55:1
Card sample
#cbac4f text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbac4f;
Background color
Panel with #cbac4f background
background-color: #cbac4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbac4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 172, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 172, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbac4f; background: linear-gradient(135deg, #cbac4f, #97CB4F);