#b4f1c2
a light, vivid green · cool · closest name: aquamarine
RGB
180, 241, 194
HSL
134°, 69%, 83%
CMYK
25, 0, 20, 6
Luminance
0.7651
Every format
| HEX | #b4f1c2 |
| RGB | rgb(180, 241, 194) |
| HSL | hsl(134, 69%, 83%) |
| CMYK | cmyk(25%, 0%, 20%, 6%) |
| LAB | lab(90.1 -28.4 16.6) |
| LCH | lch(90.1 32.9 149.7) |
| OKLCH | oklch(0.904 0.089 151.4) |
Copy-ready code
/* CSS */
color: #b4f1c2;
background-color: #b4f1c2;
/* Tailwind (arbitrary) */
class="text-[#b4f1c2] bg-[#b4f1c2]"
/* SCSS */
$brand: #b4f1c2;
/* SwiftUI */
Color(red: 0.706, green: 0.945, blue: 0.761)
/* Android */
Color.parseColor("#b4f1c2")Accessibility — WCAG contrast
Aa
#b4f1c2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4f1c2 on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green94.5%
Blue76.1%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow19.5%
Key (black)5.5%
Color previews
#b4f1c2 text on a black background
contrast 16.30:1
Card sample
#b4f1c2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4f1c2;
Background color
Panel with #b4f1c2 background
background-color: #b4f1c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4f1c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 241, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 241, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4f1c2; background: linear-gradient(135deg, #b4f1c2, #B4F1EB);