#d3ce4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
211, 206, 79
HSL
58°, 60%, 57%
CMYK
0, 2, 63, 17
Luminance
0.5856
Every format
| HEX | #d3ce4f |
| RGB | rgb(211, 206, 79) |
| HSL | hsl(58, 60%, 57%) |
| CMYK | cmyk(0%, 2%, 63%, 17%) |
| LAB | lab(81.0 -13.8 61.7) |
| LCH | lch(81.0 63.2 102.6) |
| OKLCH | oklch(0.832 0.147 107.0) |
Copy-ready code
/* CSS */
color: #d3ce4f;
background-color: #d3ce4f;
/* Tailwind (arbitrary) */
class="text-[#d3ce4f] bg-[#d3ce4f]"
/* SCSS */
$brand: #d3ce4f;
/* SwiftUI */
Color(red: 0.827, green: 0.808, blue: 0.310)
/* Android */
Color.parseColor("#d3ce4f")Accessibility — WCAG contrast
Aa
#d3ce4f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3ce4f on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green80.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow62.6%
Key (black)17.3%
Color previews
#d3ce4f text on a black background
contrast 12.71:1
Card sample
#d3ce4f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3ce4f;
Background color
Panel with #d3ce4f background
background-color: #d3ce4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3ce4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 206, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 206, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3ce4f; background: linear-gradient(135deg, #d3ce4f, #80D34F);