#b6c09b
a light, soft green · cool · closest name: tan
RGB
182, 192, 155
HSL
76°, 23%, 68%
CMYK
5, 0, 19, 25
Luminance
0.5001
Every format
| HEX | #b6c09b |
| RGB | rgb(182, 192, 155) |
| HSL | hsl(76, 23%, 68%) |
| CMYK | cmyk(5%, 0%, 19%, 25%) |
| LAB | lab(76.1 -9.9 17.5) |
| LCH | lch(76.1 20.1 119.5) |
| OKLCH | oklch(0.790 0.052 119.9) |
Copy-ready code
/* CSS */
color: #b6c09b;
background-color: #b6c09b;
/* Tailwind (arbitrary) */
class="text-[#b6c09b] bg-[#b6c09b]"
/* SCSS */
$brand: #b6c09b;
/* SwiftUI */
Color(red: 0.714, green: 0.753, blue: 0.608)
/* Android */
Color.parseColor("#b6c09b")Accessibility — WCAG contrast
Aa
#b6c09b on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6c09b on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green75.3%
Blue60.8%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow19.3%
Key (black)24.7%
Color previews
#b6c09b text on a black background
contrast 11.00:1
Card sample
#b6c09b text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6c09b;
Background color
Panel with #b6c09b background
background-color: #b6c09b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6c09b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 192, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 192, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6c09b; background: linear-gradient(135deg, #b6c09b, #9DC09B);