#cba73f
a balanced, vivid yellow · warm · closest name: peru
RGB
203, 167, 63
HSL
45°, 57%, 52%
CMYK
0, 18, 69, 20
Luminance
0.4069
Every format
| HEX | #cba73f |
| RGB | rgb(203, 167, 63) |
| HSL | hsl(45, 57%, 52%) |
| CMYK | cmyk(0%, 18%, 69%, 20%) |
| LAB | lab(70.0 2.1 56.5) |
| LCH | lch(70.0 56.6 87.9) |
| OKLCH | oklch(0.742 0.127 89.5) |
Copy-ready code
/* CSS */
color: #cba73f;
background-color: #cba73f;
/* Tailwind (arbitrary) */
class="text-[#cba73f] bg-[#cba73f]"
/* SCSS */
$brand: #cba73f;
/* SwiftUI */
Color(red: 0.796, green: 0.655, blue: 0.247)
/* Android */
Color.parseColor("#cba73f")Accessibility — WCAG contrast
Aa
#cba73f on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba73f on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green65.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow69.0%
Key (black)20.4%
Color previews
#cba73f text on a black background
contrast 9.14:1
Card sample
#cba73f text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba73f;
Background color
Panel with #cba73f background
background-color: #cba73f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba73f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 167, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 167, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba73f; background: linear-gradient(135deg, #cba73f, #92CB3F);