#b3e972
a light, vivid green · cool · closest name: khaki
RGB
179, 233, 114
HSL
87°, 73%, 68%
CMYK
23, 0, 51, 9
Luminance
0.6908
Every format
| HEX | #b3e972 |
| RGB | rgb(179, 233, 114) |
| HSL | hsl(87, 73%, 68%) |
| CMYK | cmyk(23%, 0%, 51%, 9%) |
| LAB | lab(86.5 -36.3 51.8) |
| LCH | lch(86.5 63.3 125.0) |
| OKLCH | oklch(0.872 0.160 129.4) |
Copy-ready code
/* CSS */
color: #b3e972;
background-color: #b3e972;
/* Tailwind (arbitrary) */
class="text-[#b3e972] bg-[#b3e972]"
/* SCSS */
$brand: #b3e972;
/* SwiftUI */
Color(red: 0.702, green: 0.914, blue: 0.447)
/* Android */
Color.parseColor("#b3e972")Accessibility — WCAG contrast
Aa
#b3e972 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3e972 on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green91.4%
Blue44.7%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow51.1%
Key (black)8.6%
Color previews
#b3e972 text on a black background
contrast 14.82:1
Card sample
#b3e972 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3e972;
Background color
Panel with #b3e972 background
background-color: #b3e972;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3e972;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 233, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 233, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3e972; background: linear-gradient(135deg, #b3e972, #72E980);