#b4fcc2
a light, electric green · cool · closest name: aquamarine
RGB
180, 252, 194
HSL
132°, 92%, 85%
CMYK
29, 0, 23, 1
Luminance
0.8322
Every format
| HEX | #b4fcc2 |
| RGB | rgb(180, 252, 194) |
| HSL | hsl(132, 92%, 85%) |
| CMYK | cmyk(29%, 0%, 23%, 1%) |
| LAB | lab(93.1 -33.5 20.8) |
| LCH | lch(93.1 39.4 148.2) |
| OKLCH | oklch(0.929 0.106 150.0) |
Copy-ready code
/* CSS */
color: #b4fcc2;
background-color: #b4fcc2;
/* Tailwind (arbitrary) */
class="text-[#b4fcc2] bg-[#b4fcc2]"
/* SCSS */
$brand: #b4fcc2;
/* SwiftUI */
Color(red: 0.706, green: 0.988, blue: 0.761)
/* Android */
Color.parseColor("#b4fcc2")Accessibility — WCAG contrast
Aa
#b4fcc2 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4fcc2 on black: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green98.8%
Blue76.1%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow23.0%
Key (black)1.2%
Color previews
#b4fcc2 text on a black background
contrast 17.64:1
Card sample
#b4fcc2 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4fcc2;
Background color
Panel with #b4fcc2 background
background-color: #b4fcc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4fcc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 252, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 252, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4fcc2; background: linear-gradient(135deg, #b4fcc2, #B4FCF2);