#cfb939
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 185, 57
HSL
51°, 61%, 52%
CMYK
0, 11, 73, 19
Luminance
0.4826
Every format
| HEX | #cfb939 |
| RGB | rgb(207, 185, 57) |
| HSL | hsl(51, 61%, 52%) |
| CMYK | cmyk(0%, 11%, 73%, 19%) |
| LAB | lab(75.0 -5.9 64.1) |
| LCH | lch(75.0 64.3 95.3) |
| OKLCH | oklch(0.782 0.143 99.2) |
Copy-ready code
/* CSS */
color: #cfb939;
background-color: #cfb939;
/* Tailwind (arbitrary) */
class="text-[#cfb939] bg-[#cfb939]"
/* SCSS */
$brand: #cfb939;
/* SwiftUI */
Color(red: 0.812, green: 0.725, blue: 0.224)
/* Android */
Color.parseColor("#cfb939")Accessibility — WCAG contrast
Aa
#cfb939 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb939 on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow72.5%
Key (black)18.8%
Color previews
#cfb939 text on a black background
contrast 10.65:1
Card sample
#cfb939 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb939;
Background color
Panel with #cfb939 background
background-color: #cfb939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 185, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 185, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb939; background: linear-gradient(135deg, #cfb939, #81CF39);