#cfc44f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 196, 79
HSL
55°, 57%, 56%
CMYK
0, 5, 62, 19
Luminance
0.5331
Every format
| HEX | #cfc44f |
| RGB | rgb(207, 196, 79) |
| HSL | hsl(55, 57%, 56%) |
| CMYK | cmyk(0%, 5%, 62%, 19%) |
| LAB | lab(78.1 -10.4 58.4) |
| LCH | lch(78.1 59.3 100.1) |
| OKLCH | oklch(0.807 0.137 103.9) |
Copy-ready code
/* CSS */
color: #cfc44f;
background-color: #cfc44f;
/* Tailwind (arbitrary) */
class="text-[#cfc44f] bg-[#cfc44f]"
/* SCSS */
$brand: #cfc44f;
/* SwiftUI */
Color(red: 0.812, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#cfc44f")Accessibility — WCAG contrast
Aa
#cfc44f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc44f on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta5.3%
Yellow61.8%
Key (black)18.8%
Color previews
#cfc44f text on a black background
contrast 11.66:1
Card sample
#cfc44f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc44f;
Background color
Panel with #cfc44f background
background-color: #cfc44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc44f; background: linear-gradient(135deg, #cfc44f, #85CF4F);