#b3c89f
a light, soft green · cool · closest name: tan
RGB
179, 200, 159
HSL
91°, 27%, 70%
CMYK
11, 0, 21, 22
Luminance
0.5340
Every format
| HEX | #b3c89f |
| RGB | rgb(179, 200, 159) |
| HSL | hsl(91, 27%, 70%) |
| CMYK | cmyk(11%, 0%, 21%, 22%) |
| LAB | lab(78.1 -14.5 18.2) |
| LCH | lch(78.1 23.3 128.6) |
| OKLCH | oklch(0.806 0.060 129.8) |
Copy-ready code
/* CSS */
color: #b3c89f;
background-color: #b3c89f;
/* Tailwind (arbitrary) */
class="text-[#b3c89f] bg-[#b3c89f]"
/* SCSS */
$brand: #b3c89f;
/* SwiftUI */
Color(red: 0.702, green: 0.784, blue: 0.624)
/* Android */
Color.parseColor("#b3c89f")Accessibility — WCAG contrast
Aa
#b3c89f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3c89f on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green78.4%
Blue62.4%
CMYK percentages
Cyan10.5%
Magenta0.0%
Yellow20.5%
Key (black)21.6%
Color previews
#b3c89f text on a black background
contrast 11.68:1
Card sample
#b3c89f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3c89f;
Background color
Panel with #b3c89f background
background-color: #b3c89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3c89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 200, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 200, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3c89f; background: linear-gradient(135deg, #b3c89f, #9FC8A6);