#b3d18a
a light, soft green · cool · closest name: khaki
RGB
179, 209, 138
HSL
85°, 44%, 68%
CMYK
14, 0, 34, 18
Luminance
0.5702
Every format
| HEX | #b3d18a |
| RGB | rgb(179, 209, 138) |
| HSL | hsl(85, 44%, 68%) |
| CMYK | cmyk(14%, 0%, 34%, 18%) |
| LAB | lab(80.2 -22.1 32.0) |
| LCH | lch(80.2 38.9 124.6) |
| OKLCH | oklch(0.821 0.100 127.1) |
Copy-ready code
/* CSS */
color: #b3d18a;
background-color: #b3d18a;
/* Tailwind (arbitrary) */
class="text-[#b3d18a] bg-[#b3d18a]"
/* SCSS */
$brand: #b3d18a;
/* SwiftUI */
Color(red: 0.702, green: 0.820, blue: 0.541)
/* Android */
Color.parseColor("#b3d18a")Accessibility — WCAG contrast
Aa
#b3d18a on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3d18a on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green82.0%
Blue54.1%
CMYK percentages
Cyan14.4%
Magenta0.0%
Yellow34.0%
Key (black)18.0%
Color previews
#b3d18a text on a black background
contrast 12.40:1
Card sample
#b3d18a text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3d18a;
Background color
Panel with #b3d18a background
background-color: #b3d18a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3d18a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 209, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 209, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3d18a; background: linear-gradient(135deg, #b3d18a, #8AD190);