#b4fbdf
a light, electric green · cool · closest name: aquamarine
RGB
180, 251, 223
HSL
156°, 90%, 85%
CMYK
28, 0, 11, 2
Luminance
0.8403
Every format
| HEX | #b4fbdf |
| RGB | rgb(180, 251, 223) |
| HSL | hsl(156, 90%, 85%) |
| CMYK | cmyk(28%, 0%, 11%, 2%) |
| LAB | lab(93.5 -27.6 6.4) |
| LCH | lch(93.5 28.4 167.0) |
| OKLCH | oklch(0.933 0.080 168.2) |
Copy-ready code
/* CSS */
color: #b4fbdf;
background-color: #b4fbdf;
/* Tailwind (arbitrary) */
class="text-[#b4fbdf] bg-[#b4fbdf]"
/* SCSS */
$brand: #b4fbdf;
/* SwiftUI */
Color(red: 0.706, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#b4fbdf")Accessibility — WCAG contrast
Aa
#b4fbdf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4fbdf on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green98.4%
Blue87.5%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#b4fbdf text on a black background
contrast 17.81:1
Card sample
#b4fbdf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4fbdf;
Background color
Panel with #b4fbdf background
background-color: #b4fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4fbdf; background: linear-gradient(135deg, #b4fbdf, #B4E8FB);