#b7f372
a light, electric green · cool · closest name: khaki
RGB
183, 243, 114
HSL
88°, 84%, 70%
CMYK
25, 0, 53, 5
Luminance
0.7538
Every format
| HEX | #b7f372 |
| RGB | rgb(183, 243, 114) |
| HSL | hsl(88, 84%, 70%) |
| CMYK | cmyk(25%, 0%, 53%, 5%) |
| LAB | lab(89.6 -39.4 55.5) |
| LCH | lch(89.6 68.0 125.4) |
| OKLCH | oklch(0.897 0.171 130.0) |
Copy-ready code
/* CSS */
color: #b7f372;
background-color: #b7f372;
/* Tailwind (arbitrary) */
class="text-[#b7f372] bg-[#b7f372]"
/* SCSS */
$brand: #b7f372;
/* SwiftUI */
Color(red: 0.718, green: 0.953, blue: 0.447)
/* Android */
Color.parseColor("#b7f372")Accessibility — WCAG contrast
Aa
#b7f372 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7f372 on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green95.3%
Blue44.7%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow53.1%
Key (black)4.7%
Color previews
#b7f372 text on a black background
contrast 16.08:1
Card sample
#b7f372 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7f372;
Background color
Panel with #b7f372 background
background-color: #b7f372;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7f372;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 243, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 243, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7f372; background: linear-gradient(135deg, #b7f372, #72F383);