#baad39
a balanced, vivid yellow · cool · closest name: olive
RGB
186, 173, 57
HSL
54°, 53%, 48%
CMYK
0, 7, 69, 27
Luminance
0.4062
Every format
| HEX | #baad39 |
| RGB | rgb(186, 173, 57) |
| HSL | hsl(54, 53%, 48%) |
| CMYK | cmyk(0%, 7%, 69%, 27%) |
| LAB | lab(69.9 -8.8 58.4) |
| LCH | lch(69.9 59.1 98.5) |
| OKLCH | oklch(0.738 0.134 102.8) |
Copy-ready code
/* CSS */
color: #baad39;
background-color: #baad39;
/* Tailwind (arbitrary) */
class="text-[#baad39] bg-[#baad39]"
/* SCSS */
$brand: #baad39;
/* SwiftUI */
Color(red: 0.729, green: 0.678, blue: 0.224)
/* Android */
Color.parseColor("#baad39")Accessibility — WCAG contrast
Aa
#baad39 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baad39 on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow69.4%
Key (black)27.1%
Color previews
#baad39 text on a black background
contrast 9.12:1
Card sample
#baad39 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baad39;
Background color
Panel with #baad39 background
background-color: #baad39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baad39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 173, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 173, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baad39; background: linear-gradient(135deg, #baad39, #71BA39);