#b5f28c
a light, electric green · cool · closest name: khaki
RGB
181, 242, 140
HSL
96°, 80%, 75%
CMYK
25, 0, 42, 5
Luminance
0.7522
Every format
| HEX | #b5f28c |
| RGB | rgb(181, 242, 140) |
| HSL | hsl(96, 80%, 75%) |
| CMYK | cmyk(25%, 0%, 42%, 5%) |
| LAB | lab(89.5 -36.7 43.1) |
| LCH | lch(89.5 56.6 130.4) |
| OKLCH | oklch(0.897 0.146 133.8) |
Copy-ready code
/* CSS */
color: #b5f28c;
background-color: #b5f28c;
/* Tailwind (arbitrary) */
class="text-[#b5f28c] bg-[#b5f28c]"
/* SCSS */
$brand: #b5f28c;
/* SwiftUI */
Color(red: 0.710, green: 0.949, blue: 0.549)
/* Android */
Color.parseColor("#b5f28c")Accessibility — WCAG contrast
Aa
#b5f28c on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5f28c on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green94.9%
Blue54.9%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow42.1%
Key (black)5.1%
Color previews
#b5f28c text on a black background
contrast 16.04:1
Card sample
#b5f28c text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5f28c;
Background color
Panel with #b5f28c background
background-color: #b5f28c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5f28c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 242, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 242, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5f28c; background: linear-gradient(135deg, #b5f28c, #8CF2A7);