#d7cf8f
a light, vivid yellow · cool · closest name: khaki
RGB
215, 207, 143
HSL
53°, 47%, 70%
CMYK
0, 4, 34, 16
Luminance
0.6106
Every format
| HEX | #d7cf8f |
| RGB | rgb(215, 207, 143) |
| HSL | hsl(53, 47%, 70%) |
| CMYK | cmyk(0%, 4%, 34%, 16%) |
| LAB | lab(82.4 -6.8 32.9) |
| LCH | lch(82.4 33.5 101.7) |
| OKLCH | oklch(0.846 0.083 101.9) |
Copy-ready code
/* CSS */
color: #d7cf8f;
background-color: #d7cf8f;
/* Tailwind (arbitrary) */
class="text-[#d7cf8f] bg-[#d7cf8f]"
/* SCSS */
$brand: #d7cf8f;
/* SwiftUI */
Color(red: 0.843, green: 0.812, blue: 0.561)
/* Android */
Color.parseColor("#d7cf8f")Accessibility — WCAG contrast
Aa
#d7cf8f on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7cf8f on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green81.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta3.7%
Yellow33.5%
Key (black)15.7%
Color previews
#d7cf8f text on a black background
contrast 13.21:1
Card sample
#d7cf8f text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7cf8f;
Background color
Panel with #d7cf8f background
background-color: #d7cf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7cf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 207, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 207, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7cf8f; background: linear-gradient(135deg, #d7cf8f, #AFD78F);