#b6d38a
a light, vivid green · cool · closest name: khaki
RGB
182, 211, 138
HSL
84°, 45%, 68%
CMYK
14, 0, 35, 17
Luminance
0.5837
Every format
| HEX | #b6d38a |
| RGB | rgb(182, 211, 138) |
| HSL | hsl(84, 45%, 68%) |
| CMYK | cmyk(14%, 0%, 35%, 17%) |
| LAB | lab(80.9 -22.0 33.0) |
| LCH | lch(80.9 39.7 123.6) |
| OKLCH | oklch(0.828 0.102 126.1) |
Copy-ready code
/* CSS */
color: #b6d38a;
background-color: #b6d38a;
/* Tailwind (arbitrary) */
class="text-[#b6d38a] bg-[#b6d38a]"
/* SCSS */
$brand: #b6d38a;
/* SwiftUI */
Color(red: 0.714, green: 0.827, blue: 0.541)
/* Android */
Color.parseColor("#b6d38a")Accessibility — WCAG contrast
Aa
#b6d38a on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6d38a on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green82.7%
Blue54.1%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow34.6%
Key (black)17.3%
Color previews
#b6d38a text on a black background
contrast 12.67:1
Card sample
#b6d38a text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6d38a;
Background color
Panel with #b6d38a background
background-color: #b6d38a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6d38a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 211, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 211, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6d38a; background: linear-gradient(135deg, #b6d38a, #8AD38F);