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