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