#baad52
a balanced, soft yellow · cool · closest name: khaki
RGB
186, 173, 82
HSL
53°, 43%, 53%
CMYK
0, 7, 56, 27
Luminance
0.4094
Every format
| HEX | #baad52 |
| RGB | rgb(186, 173, 82) |
| HSL | hsl(53, 43%, 53%) |
| CMYK | cmyk(0%, 7%, 56%, 27%) |
| LAB | lab(70.1 -7.1 47.7) |
| LCH | lch(70.1 48.2 98.5) |
| OKLCH | oklch(0.740 0.113 101.3) |
Copy-ready code
/* CSS */
color: #baad52;
background-color: #baad52;
/* Tailwind (arbitrary) */
class="text-[#baad52] bg-[#baad52]"
/* SCSS */
$brand: #baad52;
/* SwiftUI */
Color(red: 0.729, green: 0.678, blue: 0.322)
/* Android */
Color.parseColor("#baad52")Accessibility — WCAG contrast
Aa
#baad52 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baad52 on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.8%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow55.9%
Key (black)27.1%
Color previews
#baad52 text on a black background
contrast 9.19:1
Card sample
#baad52 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baad52;
Background color
Panel with #baad52 background
background-color: #baad52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baad52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 173, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 173, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baad52; background: linear-gradient(135deg, #baad52, #82BA52);