#cfb044
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 176, 68
HSL
47°, 59%, 54%
CMYK
0, 15, 67, 19
Luminance
0.4473
Every format
| HEX | #cfb044 |
| RGB | rgb(207, 176, 68) |
| HSL | hsl(47, 59%, 54%) |
| CMYK | cmyk(0%, 15%, 67%, 19%) |
| LAB | lab(72.7 -0.7 57.4) |
| LCH | lch(72.7 57.4 90.6) |
| OKLCH | oklch(0.765 0.130 92.9) |
Copy-ready code
/* CSS */
color: #cfb044;
background-color: #cfb044;
/* Tailwind (arbitrary) */
class="text-[#cfb044] bg-[#cfb044]"
/* SCSS */
$brand: #cfb044;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.267)
/* Android */
Color.parseColor("#cfb044")Accessibility — WCAG contrast
Aa
#cfb044 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb044 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow67.1%
Key (black)18.8%
Color previews
#cfb044 text on a black background
contrast 9.95:1
Card sample
#cfb044 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb044;
Background color
Panel with #cfb044 background
background-color: #cfb044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb044; background: linear-gradient(135deg, #cfb044, #91CF44);