#cfb75f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 183, 95
HSL
47°, 54%, 59%
CMYK
0, 12, 54, 19
Luminance
0.4796
Every format
| HEX | #cfb75f |
| RGB | rgb(207, 183, 95) |
| HSL | hsl(47, 54%, 59%) |
| CMYK | cmyk(0%, 12%, 54%, 19%) |
| LAB | lab(74.8 -2.5 47.4) |
| LCH | lch(74.8 47.4 93.0) |
| OKLCH | oklch(0.782 0.112 94.4) |
Copy-ready code
/* CSS */
color: #cfb75f;
background-color: #cfb75f;
/* Tailwind (arbitrary) */
class="text-[#cfb75f] bg-[#cfb75f]"
/* SCSS */
$brand: #cfb75f;
/* SwiftUI */
Color(red: 0.812, green: 0.718, blue: 0.373)
/* Android */
Color.parseColor("#cfb75f")Accessibility — WCAG contrast
Aa
#cfb75f on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb75f on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow54.1%
Key (black)18.8%
Color previews
#cfb75f text on a black background
contrast 10.59:1
Card sample
#cfb75f text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb75f;
Background color
Panel with #cfb75f background
background-color: #cfb75f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb75f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 183, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 183, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb75f; background: linear-gradient(135deg, #cfb75f, #9CCF5F);