#cfb04f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 176, 79
HSL
46°, 57%, 56%
CMYK
0, 15, 62, 19
Luminance
0.4488
Every format
| HEX | #cfb04f |
| RGB | rgb(207, 176, 79) |
| HSL | hsl(46, 57%, 56%) |
| CMYK | cmyk(0%, 15%, 62%, 19%) |
| LAB | lab(72.8 0.0 52.6) |
| LCH | lch(72.8 52.6 90.0) |
| OKLCH | oklch(0.766 0.121 91.6) |
Copy-ready code
/* CSS */
color: #cfb04f;
background-color: #cfb04f;
/* Tailwind (arbitrary) */
class="text-[#cfb04f] bg-[#cfb04f]"
/* SCSS */
$brand: #cfb04f;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.310)
/* Android */
Color.parseColor("#cfb04f")Accessibility — WCAG contrast
Aa
#cfb04f on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb04f on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow61.8%
Key (black)18.8%
Color previews
#cfb04f text on a black background
contrast 9.98:1
Card sample
#cfb04f text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb04f;
Background color
Panel with #cfb04f background
background-color: #cfb04f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb04f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb04f; background: linear-gradient(135deg, #cfb04f, #99CF4F);