#cfc04f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 192, 79
HSL
53°, 57%, 56%
CMYK
0, 7, 62, 19
Luminance
0.5153
Every format
| HEX | #cfc04f |
| RGB | rgb(207, 192, 79) |
| HSL | hsl(53, 57%, 56%) |
| CMYK | cmyk(0%, 7%, 62%, 19%) |
| LAB | lab(77.0 -8.3 57.2) |
| LCH | lch(77.0 57.8 98.3) |
| OKLCH | oklch(0.799 0.134 101.8) |
Copy-ready code
/* CSS */
color: #cfc04f;
background-color: #cfc04f;
/* Tailwind (arbitrary) */
class="text-[#cfc04f] bg-[#cfc04f]"
/* SCSS */
$brand: #cfc04f;
/* SwiftUI */
Color(red: 0.812, green: 0.753, blue: 0.310)
/* Android */
Color.parseColor("#cfc04f")Accessibility — WCAG contrast
Aa
#cfc04f on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc04f on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green75.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow61.8%
Key (black)18.8%
Color previews
#cfc04f text on a black background
contrast 11.31:1
Card sample
#cfc04f text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc04f;
Background color
Panel with #cfc04f background
background-color: #cfc04f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc04f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 192, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 192, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc04f; background: linear-gradient(135deg, #cfc04f, #89CF4F);