#b5cd49
a balanced, vivid green · cool · closest name: khaki
RGB
181, 205, 73
HSL
71°, 57%, 55%
CMYK
12, 0, 64, 20
Luminance
0.5397
Every format
| HEX | #b5cd49 |
| RGB | rgb(181, 205, 73) |
| HSL | hsl(71, 57%, 55%) |
| CMYK | cmyk(12%, 0%, 64%, 20%) |
| LAB | lab(78.4 -26.0 60.7) |
| LCH | lch(78.4 66.0 113.2) |
| OKLCH | oklch(0.805 0.158 118.9) |
Copy-ready code
/* CSS */
color: #b5cd49;
background-color: #b5cd49;
/* Tailwind (arbitrary) */
class="text-[#b5cd49] bg-[#b5cd49]"
/* SCSS */
$brand: #b5cd49;
/* SwiftUI */
Color(red: 0.710, green: 0.804, blue: 0.286)
/* Android */
Color.parseColor("#b5cd49")Accessibility — WCAG contrast
Aa
#b5cd49 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5cd49 on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green80.4%
Blue28.6%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow64.4%
Key (black)19.6%
Color previews
#b5cd49 text on a black background
contrast 11.79:1
Card sample
#b5cd49 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5cd49;
Background color
Panel with #b5cd49 background
background-color: #b5cd49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5cd49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 205, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 205, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5cd49; background: linear-gradient(135deg, #b5cd49, #5DCD49);