#cbaf44
a balanced, vivid yellow · cool · closest name: khaki
RGB
203, 175, 68
HSL
48°, 57%, 53%
CMYK
0, 14, 67, 20
Luminance
0.4377
Every format
| HEX | #cbaf44 |
| RGB | rgb(203, 175, 68) |
| HSL | hsl(48, 57%, 53%) |
| CMYK | cmyk(0%, 14%, 67%, 20%) |
| LAB | lab(72.1 -1.9 56.6) |
| LCH | lch(72.1 56.6 91.9) |
| OKLCH | oklch(0.759 0.128 94.4) |
Copy-ready code
/* CSS */
color: #cbaf44;
background-color: #cbaf44;
/* Tailwind (arbitrary) */
class="text-[#cbaf44] bg-[#cbaf44]"
/* SCSS */
$brand: #cbaf44;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.267)
/* Android */
Color.parseColor("#cbaf44")Accessibility — WCAG contrast
Aa
#cbaf44 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaf44 on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow66.5%
Key (black)20.4%
Color previews
#cbaf44 text on a black background
contrast 9.75:1
Card sample
#cbaf44 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaf44;
Background color
Panel with #cbaf44 background
background-color: #cbaf44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaf44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaf44; background: linear-gradient(135deg, #cbaf44, #8DCB44);