#d7cf4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
215, 207, 79
HSL
57°, 63%, 58%
CMYK
0, 4, 63, 16
Luminance
0.5964
Every format
| HEX | #d7cf4f |
| RGB | rgb(215, 207, 79) |
| HSL | hsl(57, 63%, 58%) |
| CMYK | cmyk(0%, 4%, 63%, 16%) |
| LAB | lab(81.6 -12.6 62.4) |
| LCH | lch(81.6 63.7 101.4) |
| OKLCH | oklch(0.837 0.147 105.7) |
Copy-ready code
/* CSS */
color: #d7cf4f;
background-color: #d7cf4f;
/* Tailwind (arbitrary) */
class="text-[#d7cf4f] bg-[#d7cf4f]"
/* SCSS */
$brand: #d7cf4f;
/* SwiftUI */
Color(red: 0.843, green: 0.812, blue: 0.310)
/* Android */
Color.parseColor("#d7cf4f")Accessibility — WCAG contrast
Aa
#d7cf4f on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7cf4f on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green81.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta3.7%
Yellow63.3%
Key (black)15.7%
Color previews
#d7cf4f text on a black background
contrast 12.93:1
Card sample
#d7cf4f text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7cf4f;
Background color
Panel with #d7cf4f background
background-color: #d7cf4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7cf4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 207, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 207, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7cf4f; background: linear-gradient(135deg, #d7cf4f, #84D74F);