#b4fbcb
a light, electric green · cool · closest name: aquamarine
RGB
180, 251, 203
HSL
139°, 90%, 85%
CMYK
28, 0, 19, 2
Luminance
0.8301
Every format
| HEX | #b4fbcb |
| RGB | rgb(180, 251, 203) |
| HSL | hsl(139, 90%, 85%) |
| CMYK | cmyk(28%, 0%, 19%, 2%) |
| LAB | lab(93.0 -31.4 16.1) |
| LCH | lch(93.0 35.3 152.9) |
| OKLCH | oklch(0.928 0.096 154.6) |
Copy-ready code
/* CSS */
color: #b4fbcb;
background-color: #b4fbcb;
/* Tailwind (arbitrary) */
class="text-[#b4fbcb] bg-[#b4fbcb]"
/* SCSS */
$brand: #b4fbcb;
/* SwiftUI */
Color(red: 0.706, green: 0.984, blue: 0.796)
/* Android */
Color.parseColor("#b4fbcb")Accessibility — WCAG contrast
Aa
#b4fbcb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4fbcb on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green98.4%
Blue79.6%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow19.1%
Key (black)1.6%
Color previews
#b4fbcb text on a black background
contrast 17.60:1
Card sample
#b4fbcb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4fbcb;
Background color
Panel with #b4fbcb background
background-color: #b4fbcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4fbcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 251, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 251, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4fbcb; background: linear-gradient(135deg, #b4fbcb, #B4FBFA);