#cfb74f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 183, 79
HSL
49°, 57%, 56%
CMYK
0, 12, 62, 19
Luminance
0.4770
Every format
| HEX | #cfb74f |
| RGB | rgb(207, 183, 79) |
| HSL | hsl(49, 57%, 56%) |
| CMYK | cmyk(0%, 12%, 62%, 19%) |
| LAB | lab(74.6 -3.6 54.6) |
| LCH | lch(74.6 54.8 93.8) |
| OKLCH | oklch(0.780 0.126 96.3) |
Copy-ready code
/* CSS */
color: #cfb74f;
background-color: #cfb74f;
/* Tailwind (arbitrary) */
class="text-[#cfb74f] bg-[#cfb74f]"
/* SCSS */
$brand: #cfb74f;
/* SwiftUI */
Color(red: 0.812, green: 0.718, blue: 0.310)
/* Android */
Color.parseColor("#cfb74f")Accessibility — WCAG contrast
Aa
#cfb74f on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb74f on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow61.8%
Key (black)18.8%
Color previews
#cfb74f text on a black background
contrast 10.54:1
Card sample
#cfb74f text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb74f;
Background color
Panel with #cfb74f background
background-color: #cfb74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 183, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 183, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb74f; background: linear-gradient(135deg, #cfb74f, #92CF4F);