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