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