#cfcc79
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 204, 121
HSL
58°, 47%, 64%
CMYK
0, 1, 42, 19
Luminance
0.5783
Every format
| HEX | #cfcc79 |
| RGB | rgb(207, 204, 121) |
| HSL | hsl(58, 47%, 64%) |
| CMYK | cmyk(0%, 1%, 42%, 19%) |
| LAB | lab(80.7 -10.9 41.6) |
| LCH | lch(80.7 43.0 104.6) |
| OKLCH | oklch(0.829 0.105 106.7) |
Copy-ready code
/* CSS */
color: #cfcc79;
background-color: #cfcc79;
/* Tailwind (arbitrary) */
class="text-[#cfcc79] bg-[#cfcc79]"
/* SCSS */
$brand: #cfcc79;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.475)
/* Android */
Color.parseColor("#cfcc79")Accessibility — WCAG contrast
Aa
#cfcc79 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcc79 on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow41.5%
Key (black)18.8%
Color previews
#cfcc79 text on a black background
contrast 12.57:1
Card sample
#cfcc79 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcc79;
Background color
Panel with #cfcc79 background
background-color: #cfcc79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcc79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcc79; background: linear-gradient(135deg, #cfcc79, #99CF79);