#b0c69f
a light, soft green · cool · closest name: tan
RGB
176, 198, 159
HSL
94°, 26%, 70%
CMYK
11, 0, 20, 22
Luminance
0.5212
Every format
| HEX | #b0c69f |
| RGB | rgb(176, 198, 159) |
| HSL | hsl(94, 26%, 70%) |
| CMYK | cmyk(11%, 0%, 20%, 22%) |
| LAB | lab(77.3 -14.6 17.1) |
| LCH | lch(77.3 22.5 130.4) |
| OKLCH | oklch(0.799 0.059 131.7) |
Copy-ready code
/* CSS */
color: #b0c69f;
background-color: #b0c69f;
/* Tailwind (arbitrary) */
class="text-[#b0c69f] bg-[#b0c69f]"
/* SCSS */
$brand: #b0c69f;
/* SwiftUI */
Color(red: 0.690, green: 0.776, blue: 0.624)
/* Android */
Color.parseColor("#b0c69f")Accessibility — WCAG contrast
Aa
#b0c69f on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0c69f on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green77.6%
Blue62.4%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow19.7%
Key (black)22.4%
Color previews
#b0c69f text on a black background
contrast 11.42:1
Card sample
#b0c69f text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0c69f;
Background color
Panel with #b0c69f background
background-color: #b0c69f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0c69f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 198, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 198, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0c69f; background: linear-gradient(135deg, #b0c69f, #9FC6A8);