#cfb749
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 183, 73
HSL
49°, 58%, 55%
CMYK
0, 12, 65, 19
Luminance
0.4761
Every format
| HEX | #cfb749 |
| RGB | rgb(207, 183, 73) |
| HSL | hsl(49, 58%, 55%) |
| CMYK | cmyk(0%, 12%, 65%, 19%) |
| LAB | lab(74.6 -4.0 57.2) |
| LCH | lch(74.6 57.4 94.0) |
| OKLCH | oklch(0.779 0.131 96.9) |
Copy-ready code
/* CSS */
color: #cfb749;
background-color: #cfb749;
/* Tailwind (arbitrary) */
class="text-[#cfb749] bg-[#cfb749]"
/* SCSS */
$brand: #cfb749;
/* SwiftUI */
Color(red: 0.812, green: 0.718, blue: 0.286)
/* Android */
Color.parseColor("#cfb749")Accessibility — WCAG contrast
Aa
#cfb749 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb749 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow64.7%
Key (black)18.8%
Color previews
#cfb749 text on a black background
contrast 10.52:1
Card sample
#cfb749 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb749;
Background color
Panel with #cfb749 background
background-color: #cfb749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 183, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 183, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb749; background: linear-gradient(135deg, #cfb749, #8ECF49);