#b3c09b
a light, soft green · cool · closest name: tan
RGB
179, 192, 155
HSL
81°, 23%, 68%
CMYK
7, 0, 19, 25
Luminance
0.4965
Every format
| HEX | #b3c09b |
| RGB | rgb(179, 192, 155) |
| HSL | hsl(81, 23%, 68%) |
| CMYK | cmyk(7%, 0%, 19%, 25%) |
| LAB | lab(75.8 -11.0 17.2) |
| LCH | lch(75.8 20.4 122.7) |
| OKLCH | oklch(0.788 0.053 123.3) |
Copy-ready code
/* CSS */
color: #b3c09b;
background-color: #b3c09b;
/* Tailwind (arbitrary) */
class="text-[#b3c09b] bg-[#b3c09b]"
/* SCSS */
$brand: #b3c09b;
/* SwiftUI */
Color(red: 0.702, green: 0.753, blue: 0.608)
/* Android */
Color.parseColor("#b3c09b")Accessibility — WCAG contrast
Aa
#b3c09b on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3c09b on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green75.3%
Blue60.8%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow19.3%
Key (black)24.7%
Color previews
#b3c09b text on a black background
contrast 10.93:1
Card sample
#b3c09b text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3c09b;
Background color
Panel with #b3c09b background
background-color: #b3c09b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3c09b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 192, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 192, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3c09b; background: linear-gradient(135deg, #b3c09b, #9BC09C);