#d1cf3f
a balanced, vivid yellow · cool · closest name: gold
RGB
209, 207, 63
HSL
59°, 61%, 53%
CMYK
0, 1, 70, 18
Luminance
0.5854
Every format
| HEX | #d1cf3f |
| RGB | rgb(209, 207, 63) |
| HSL | hsl(59, 61%, 53%) |
| CMYK | cmyk(0%, 1%, 70%, 18%) |
| LAB | lab(81.0 -16.0 67.8) |
| LCH | lch(81.0 69.7 103.3) |
| OKLCH | oklch(0.831 0.159 108.6) |
Copy-ready code
/* CSS */
color: #d1cf3f;
background-color: #d1cf3f;
/* Tailwind (arbitrary) */
class="text-[#d1cf3f] bg-[#d1cf3f]"
/* SCSS */
$brand: #d1cf3f;
/* SwiftUI */
Color(red: 0.820, green: 0.812, blue: 0.247)
/* Android */
Color.parseColor("#d1cf3f")Accessibility — WCAG contrast
Aa
#d1cf3f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1cf3f on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green81.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow69.9%
Key (black)18.0%
Color previews
#d1cf3f text on a black background
contrast 12.71:1
Card sample
#d1cf3f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1cf3f;
Background color
Panel with #d1cf3f background
background-color: #d1cf3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1cf3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 207, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 207, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1cf3f; background: linear-gradient(135deg, #d1cf3f, #72D13F);