#b5c69f
a light, soft green · cool · closest name: tan
RGB
181, 198, 159
HSL
86°, 26%, 70%
CMYK
9, 0, 20, 22
Luminance
0.5272
Every format
| HEX | #b5c69f |
| RGB | rgb(181, 198, 159) |
| HSL | hsl(86, 26%, 70%) |
| CMYK | cmyk(9%, 0%, 20%, 22%) |
| LAB | lab(77.7 -12.8 17.6) |
| LCH | lch(77.7 21.8 125.9) |
| OKLCH | oklch(0.803 0.057 126.8) |
Copy-ready code
/* CSS */
color: #b5c69f;
background-color: #b5c69f;
/* Tailwind (arbitrary) */
class="text-[#b5c69f] bg-[#b5c69f]"
/* SCSS */
$brand: #b5c69f;
/* SwiftUI */
Color(red: 0.710, green: 0.776, blue: 0.624)
/* Android */
Color.parseColor("#b5c69f")Accessibility — WCAG contrast
Aa
#b5c69f on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5c69f on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green77.6%
Blue62.4%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow19.7%
Key (black)22.4%
Color previews
#b5c69f text on a black background
contrast 11.54:1
Card sample
#b5c69f text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5c69f;
Background color
Panel with #b5c69f background
background-color: #b5c69f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5c69f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 198, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 198, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5c69f; background: linear-gradient(135deg, #b5c69f, #9FC6A3);