#d0cf7f
a light, vivid yellow · cool · closest name: khaki
RGB
208, 207, 127
HSL
59°, 46%, 66%
CMYK
0, 1, 39, 18
Luminance
0.5957
Every format
| HEX | #d0cf7f |
| RGB | rgb(208, 207, 127) |
| HSL | hsl(59, 46%, 66%) |
| CMYK | cmyk(0%, 1%, 39%, 18%) |
| LAB | lab(81.6 -11.3 39.9) |
| LCH | lch(81.6 41.4 105.9) |
| OKLCH | oklch(0.837 0.102 107.8) |
Copy-ready code
/* CSS */
color: #d0cf7f;
background-color: #d0cf7f;
/* Tailwind (arbitrary) */
class="text-[#d0cf7f] bg-[#d0cf7f]"
/* SCSS */
$brand: #d0cf7f;
/* SwiftUI */
Color(red: 0.816, green: 0.812, blue: 0.498)
/* Android */
Color.parseColor("#d0cf7f")Accessibility — WCAG contrast
Aa
#d0cf7f on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0cf7f on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green81.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow38.9%
Key (black)18.4%
Color previews
#d0cf7f text on a black background
contrast 12.91:1
Card sample
#d0cf7f text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0cf7f;
Background color
Panel with #d0cf7f background
background-color: #d0cf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0cf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 207, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 207, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0cf7f; background: linear-gradient(135deg, #d0cf7f, #9BD07F);