#d2ba3b
a balanced, vivid yellow · cool · closest name: khaki
RGB
210, 186, 59
HSL
51°, 63%, 53%
CMYK
0, 11, 72, 18
Luminance
0.4914
Every format
| HEX | #d2ba3b |
| RGB | rgb(210, 186, 59) |
| HSL | hsl(51, 63%, 53%) |
| CMYK | cmyk(0%, 11%, 72%, 18%) |
| LAB | lab(75.5 -5.1 64.0) |
| LCH | lch(75.5 64.2 94.5) |
| OKLCH | oklch(0.787 0.143 98.2) |
Copy-ready code
/* CSS */
color: #d2ba3b;
background-color: #d2ba3b;
/* Tailwind (arbitrary) */
class="text-[#d2ba3b] bg-[#d2ba3b]"
/* SCSS */
$brand: #d2ba3b;
/* SwiftUI */
Color(red: 0.824, green: 0.729, blue: 0.231)
/* Android */
Color.parseColor("#d2ba3b")Accessibility — WCAG contrast
Aa
#d2ba3b on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ba3b on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green72.9%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow71.9%
Key (black)17.6%
Color previews
#d2ba3b text on a black background
contrast 10.83:1
Card sample
#d2ba3b text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ba3b;
Background color
Panel with #d2ba3b background
background-color: #d2ba3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ba3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 186, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 186, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ba3b; background: linear-gradient(135deg, #d2ba3b, #85D23B);