#d3cf5f
a balanced, vivid yellow · cool · closest name: khaki
RGB
211, 207, 95
HSL
58°, 57%, 60%
CMYK
0, 2, 55, 17
Luminance
0.5930
Every format
| HEX | #d3cf5f |
| RGB | rgb(211, 207, 95) |
| HSL | hsl(58, 57%, 60%) |
| CMYK | cmyk(0%, 2%, 55%, 17%) |
| LAB | lab(81.5 -13.1 55.2) |
| LCH | lch(81.5 56.7 103.4) |
| OKLCH | oklch(0.836 0.134 107.1) |
Copy-ready code
/* CSS */
color: #d3cf5f;
background-color: #d3cf5f;
/* Tailwind (arbitrary) */
class="text-[#d3cf5f] bg-[#d3cf5f]"
/* SCSS */
$brand: #d3cf5f;
/* SwiftUI */
Color(red: 0.827, green: 0.812, blue: 0.373)
/* Android */
Color.parseColor("#d3cf5f")Accessibility — WCAG contrast
Aa
#d3cf5f on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3cf5f on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green81.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta1.9%
Yellow55.0%
Key (black)17.3%
Color previews
#d3cf5f text on a black background
contrast 12.86:1
Card sample
#d3cf5f text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3cf5f;
Background color
Panel with #d3cf5f background
background-color: #d3cf5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3cf5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 207, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 207, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3cf5f; background: linear-gradient(135deg, #d3cf5f, #8AD35F);