#cfb43f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 180, 63
HSL
49°, 60%, 53%
CMYK
0, 13, 70, 19
Luminance
0.4627
Every format
| HEX | #cfb43f |
| RGB | rgb(207, 180, 63) |
| HSL | hsl(49, 60%, 53%) |
| CMYK | cmyk(0%, 13%, 70%, 19%) |
| LAB | lab(73.7 -3.0 60.5) |
| LCH | lch(73.7 60.6 92.9) |
| OKLCH | oklch(0.772 0.136 95.9) |
Copy-ready code
/* CSS */
color: #cfb43f;
background-color: #cfb43f;
/* Tailwind (arbitrary) */
class="text-[#cfb43f] bg-[#cfb43f]"
/* SCSS */
$brand: #cfb43f;
/* SwiftUI */
Color(red: 0.812, green: 0.706, blue: 0.247)
/* Android */
Color.parseColor("#cfb43f")Accessibility — WCAG contrast
Aa
#cfb43f on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb43f on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow69.6%
Key (black)18.8%
Color previews
#cfb43f text on a black background
contrast 10.25:1
Card sample
#cfb43f text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb43f;
Background color
Panel with #cfb43f background
background-color: #cfb43f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb43f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 180, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 180, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb43f; background: linear-gradient(135deg, #cfb43f, #8ACF3F);