#b4f7c6
a light, electric green · cool · closest name: aquamarine
RGB
180, 247, 198
HSL
136°, 81%, 84%
CMYK
27, 0, 20, 3
Luminance
0.8030
Every format
| HEX | #b4f7c6 |
| RGB | rgb(180, 247, 198) |
| HSL | hsl(136, 81%, 84%) |
| CMYK | cmyk(27%, 0%, 20%, 3%) |
| LAB | lab(91.8 -30.5 16.9) |
| LCH | lch(91.8 34.9 150.9) |
| OKLCH | oklch(0.918 0.095 152.6) |
Copy-ready code
/* CSS */
color: #b4f7c6;
background-color: #b4f7c6;
/* Tailwind (arbitrary) */
class="text-[#b4f7c6] bg-[#b4f7c6]"
/* SCSS */
$brand: #b4f7c6;
/* SwiftUI */
Color(red: 0.706, green: 0.969, blue: 0.776)
/* Android */
Color.parseColor("#b4f7c6")Accessibility — WCAG contrast
Aa
#b4f7c6 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4f7c6 on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green96.9%
Blue77.6%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow19.8%
Key (black)3.1%
Color previews
#b4f7c6 text on a black background
contrast 17.06:1
Card sample
#b4f7c6 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4f7c6;
Background color
Panel with #b4f7c6 background
background-color: #b4f7c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4f7c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 247, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 247, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4f7c6; background: linear-gradient(135deg, #b4f7c6, #B4F7F3);