#cfb73f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 183, 63
HSL
50°, 60%, 53%
CMYK
0, 12, 70, 19
Luminance
0.4749
Every format
| HEX | #cfb73f |
| RGB | rgb(207, 183, 63) |
| HSL | hsl(50, 60%, 53%) |
| CMYK | cmyk(0%, 12%, 70%, 19%) |
| LAB | lab(74.5 -4.6 61.3) |
| LCH | lch(74.5 61.5 94.3) |
| OKLCH | oklch(0.779 0.138 97.7) |
Copy-ready code
/* CSS */
color: #cfb73f;
background-color: #cfb73f;
/* Tailwind (arbitrary) */
class="text-[#cfb73f] bg-[#cfb73f]"
/* SCSS */
$brand: #cfb73f;
/* SwiftUI */
Color(red: 0.812, green: 0.718, blue: 0.247)
/* Android */
Color.parseColor("#cfb73f")Accessibility — WCAG contrast
Aa
#cfb73f on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb73f on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow69.6%
Key (black)18.8%
Color previews
#cfb73f text on a black background
contrast 10.50:1
Card sample
#cfb73f text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb73f;
Background color
Panel with #cfb73f background
background-color: #cfb73f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb73f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 183, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 183, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb73f; background: linear-gradient(135deg, #cfb73f, #87CF3F);