#b5cf75
a balanced, vivid green · cool · closest name: khaki
RGB
181, 207, 117
HSL
77°, 48%, 64%
CMYK
13, 0, 44, 19
Luminance
0.5573
Every format
| HEX | #b5cf75 |
| RGB | rgb(181, 207, 117) |
| HSL | hsl(77, 48%, 64%) |
| CMYK | cmyk(13%, 0%, 44%, 19%) |
| LAB | lab(79.5 -23.0 41.7) |
| LCH | lch(79.5 47.6 118.8) |
| OKLCH | oklch(0.815 0.119 122.3) |
Copy-ready code
/* CSS */
color: #b5cf75;
background-color: #b5cf75;
/* Tailwind (arbitrary) */
class="text-[#b5cf75] bg-[#b5cf75]"
/* SCSS */
$brand: #b5cf75;
/* SwiftUI */
Color(red: 0.710, green: 0.812, blue: 0.459)
/* Android */
Color.parseColor("#b5cf75")Accessibility — WCAG contrast
Aa
#b5cf75 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5cf75 on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green81.2%
Blue45.9%
CMYK percentages
Cyan12.6%
Magenta0.0%
Yellow43.5%
Key (black)18.8%
Color previews
#b5cf75 text on a black background
contrast 12.15:1
Card sample
#b5cf75 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5cf75;
Background color
Panel with #b5cf75 background
background-color: #b5cf75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5cf75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 207, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 207, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5cf75; background: linear-gradient(135deg, #b5cf75, #79CF75);