#d0cd63
a balanced, vivid yellow · cool · closest name: khaki
RGB
208, 205, 99
HSL
58°, 54%, 60%
CMYK
0, 1, 52, 18
Luminance
0.5797
Every format
| HEX | #d0cd63 |
| RGB | rgb(208, 205, 99) |
| HSL | hsl(58, 54%, 60%) |
| CMYK | cmyk(0%, 1%, 52%, 18%) |
| LAB | lab(80.7 -13.0 52.4) |
| LCH | lch(80.7 54.0 104.0) |
| OKLCH | oklch(0.829 0.129 107.4) |
Copy-ready code
/* CSS */
color: #d0cd63;
background-color: #d0cd63;
/* Tailwind (arbitrary) */
class="text-[#d0cd63] bg-[#d0cd63]"
/* SCSS */
$brand: #d0cd63;
/* SwiftUI */
Color(red: 0.816, green: 0.804, blue: 0.388)
/* Android */
Color.parseColor("#d0cd63")Accessibility — WCAG contrast
Aa
#d0cd63 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0cd63 on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green80.4%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow52.4%
Key (black)18.4%
Color previews
#d0cd63 text on a black background
contrast 12.59:1
Card sample
#d0cd63 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0cd63;
Background color
Panel with #d0cd63 background
background-color: #d0cd63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0cd63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 205, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 205, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0cd63; background: linear-gradient(135deg, #d0cd63, #8AD063);