#b4f3ab
a light, electric green · cool · closest name: aquamarine
RGB
180, 243, 171
HSL
113°, 75%, 81%
CMYK
26, 0, 30, 5
Luminance
0.7674
Every format
| HEX | #b4f3ab |
| RGB | rgb(180, 243, 171) |
| HSL | hsl(113, 75%, 81%) |
| CMYK | cmyk(26%, 0%, 30%, 5%) |
| LAB | lab(90.2 -33.1 28.5) |
| LCH | lch(90.2 43.7 139.3) |
| OKLCH | oklch(0.904 0.116 141.5) |
Copy-ready code
/* CSS */
color: #b4f3ab;
background-color: #b4f3ab;
/* Tailwind (arbitrary) */
class="text-[#b4f3ab] bg-[#b4f3ab]"
/* SCSS */
$brand: #b4f3ab;
/* SwiftUI */
Color(red: 0.706, green: 0.953, blue: 0.671)
/* Android */
Color.parseColor("#b4f3ab")Accessibility — WCAG contrast
Aa
#b4f3ab on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4f3ab on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green95.3%
Blue67.1%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow29.6%
Key (black)4.7%
Color previews
#b4f3ab text on a black background
contrast 16.35:1
Card sample
#b4f3ab text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4f3ab;
Background color
Panel with #b4f3ab background
background-color: #b4f3ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4f3ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 243, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 243, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4f3ab; background: linear-gradient(135deg, #b4f3ab, #ABF3D2);