#b7f37c
a light, electric green · cool · closest name: khaki
RGB
183, 243, 124
HSL
90°, 83%, 72%
CMYK
25, 0, 49, 5
Luminance
0.7562
Every format
| HEX | #b7f37c |
| RGB | rgb(183, 243, 124) |
| HSL | hsl(90, 83%, 72%) |
| CMYK | cmyk(25%, 0%, 49%, 5%) |
| LAB | lab(89.7 -38.3 51.0) |
| LCH | lch(89.7 63.8 126.9) |
| OKLCH | oklch(0.898 0.162 131.0) |
Copy-ready code
/* CSS */
color: #b7f37c;
background-color: #b7f37c;
/* Tailwind (arbitrary) */
class="text-[#b7f37c] bg-[#b7f37c]"
/* SCSS */
$brand: #b7f37c;
/* SwiftUI */
Color(red: 0.718, green: 0.953, blue: 0.486)
/* Android */
Color.parseColor("#b7f37c")Accessibility — WCAG contrast
Aa
#b7f37c on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7f37c on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green95.3%
Blue48.6%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow49.0%
Key (black)4.7%
Color previews
#b7f37c text on a black background
contrast 16.12:1
Card sample
#b7f37c text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7f37c;
Background color
Panel with #b7f37c background
background-color: #b7f37c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7f37c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 243, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 243, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7f37c; background: linear-gradient(135deg, #b7f37c, #7CF391);