#cfc73f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 199, 63
HSL
57°, 60%, 53%
CMYK
0, 4, 70, 19
Luminance
0.5447
Every format
| HEX | #cfc73f |
| RGB | rgb(207, 199, 63) |
| HSL | hsl(57, 60%, 53%) |
| CMYK | cmyk(0%, 4%, 70%, 19%) |
| LAB | lab(78.7 -12.8 65.5) |
| LCH | lch(78.7 66.8 101.1) |
| OKLCH | oklch(0.812 0.152 106.0) |
Copy-ready code
/* CSS */
color: #cfc73f;
background-color: #cfc73f;
/* Tailwind (arbitrary) */
class="text-[#cfc73f] bg-[#cfc73f]"
/* SCSS */
$brand: #cfc73f;
/* SwiftUI */
Color(red: 0.812, green: 0.780, blue: 0.247)
/* Android */
Color.parseColor("#cfc73f")Accessibility — WCAG contrast
Aa
#cfc73f on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc73f on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green78.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow69.6%
Key (black)18.8%
Color previews
#cfc73f text on a black background
contrast 11.89:1
Card sample
#cfc73f text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc73f;
Background color
Panel with #cfc73f background
background-color: #cfc73f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc73f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 199, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 199, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc73f; background: linear-gradient(135deg, #cfc73f, #77CF3F);