#b5f39b
a light, electric green · cool · closest name: khaki
RGB
181, 243, 155
HSL
102°, 79%, 78%
CMYK
26, 0, 36, 5
Luminance
0.7629
Every format
| HEX | #b5f39b |
| RGB | rgb(181, 243, 155) |
| HSL | hsl(102, 79%, 78%) |
| CMYK | cmyk(26%, 0%, 36%, 5%) |
| LAB | lab(90.0 -35.2 36.3) |
| LCH | lch(90.0 50.6 134.1) |
| OKLCH | oklch(0.901 0.132 136.8) |
Copy-ready code
/* CSS */
color: #b5f39b;
background-color: #b5f39b;
/* Tailwind (arbitrary) */
class="text-[#b5f39b] bg-[#b5f39b]"
/* SCSS */
$brand: #b5f39b;
/* SwiftUI */
Color(red: 0.710, green: 0.953, blue: 0.608)
/* Android */
Color.parseColor("#b5f39b")Accessibility — WCAG contrast
Aa
#b5f39b on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5f39b on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green95.3%
Blue60.8%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow36.2%
Key (black)4.7%
Color previews
#b5f39b text on a black background
contrast 16.26:1
Card sample
#b5f39b text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5f39b;
Background color
Panel with #b5f39b background
background-color: #b5f39b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5f39b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 243, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 243, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5f39b; background: linear-gradient(135deg, #b5f39b, #9BF3BC);