#d4ce3f
a balanced, vivid yellow · cool · closest name: gold
RGB
212, 206, 63
HSL
58°, 63%, 54%
CMYK
0, 3, 70, 17
Luminance
0.5850
Every format
| HEX | #d4ce3f |
| RGB | rgb(212, 206, 63) |
| HSL | hsl(58, 63%, 54%) |
| CMYK | cmyk(0%, 3%, 70%, 17%) |
| LAB | lab(81.0 -14.2 67.9) |
| LCH | lch(81.0 69.4 101.8) |
| OKLCH | oklch(0.832 0.158 107.0) |
Copy-ready code
/* CSS */
color: #d4ce3f;
background-color: #d4ce3f;
/* Tailwind (arbitrary) */
class="text-[#d4ce3f] bg-[#d4ce3f]"
/* SCSS */
$brand: #d4ce3f;
/* SwiftUI */
Color(red: 0.831, green: 0.808, blue: 0.247)
/* Android */
Color.parseColor("#d4ce3f")Accessibility — WCAG contrast
Aa
#d4ce3f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4ce3f on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green80.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow70.3%
Key (black)16.9%
Color previews
#d4ce3f text on a black background
contrast 12.70:1
Card sample
#d4ce3f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4ce3f;
Background color
Panel with #d4ce3f background
background-color: #d4ce3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4ce3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 206, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 206, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4ce3f; background: linear-gradient(135deg, #d4ce3f, #77D43F);