#b4fbcf
a light, electric green · cool · closest name: aquamarine
RGB
180, 251, 207
HSL
143°, 90%, 85%
CMYK
28, 0, 18, 2
Luminance
0.8320
Every format
| HEX | #b4fbcf |
| RGB | rgb(180, 251, 207) |
| HSL | hsl(143, 90%, 85%) |
| CMYK | cmyk(28%, 0%, 18%, 2%) |
| LAB | lab(93.1 -30.7 14.1) |
| LCH | lch(93.1 33.8 155.3) |
| OKLCH | oklch(0.929 0.093 156.9) |
Copy-ready code
/* CSS */
color: #b4fbcf;
background-color: #b4fbcf;
/* Tailwind (arbitrary) */
class="text-[#b4fbcf] bg-[#b4fbcf]"
/* SCSS */
$brand: #b4fbcf;
/* SwiftUI */
Color(red: 0.706, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#b4fbcf")Accessibility — WCAG contrast
Aa
#b4fbcf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4fbcf on black: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green98.4%
Blue81.2%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#b4fbcf text on a black background
contrast 17.64:1
Card sample
#b4fbcf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4fbcf;
Background color
Panel with #b4fbcf background
background-color: #b4fbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4fbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4fbcf; background: linear-gradient(135deg, #b4fbcf, #B4F8FB);