#b4fade
a light, electric green · cool · closest name: aquamarine
RGB
180, 250, 222
HSL
156°, 88%, 84%
CMYK
28, 0, 11, 2
Luminance
0.8335
Every format
| HEX | #b4fade |
| RGB | rgb(180, 250, 222) |
| HSL | hsl(156, 88%, 84%) |
| CMYK | cmyk(28%, 0%, 11%, 2%) |
| LAB | lab(93.2 -27.4 6.5) |
| LCH | lch(93.2 28.1 166.7) |
| OKLCH | oklch(0.931 0.080 167.9) |
Copy-ready code
/* CSS */
color: #b4fade;
background-color: #b4fade;
/* Tailwind (arbitrary) */
class="text-[#b4fade] bg-[#b4fade]"
/* SCSS */
$brand: #b4fade;
/* SwiftUI */
Color(red: 0.706, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#b4fade")Accessibility — WCAG contrast
Aa
#b4fade on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4fade on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green98.0%
Blue87.1%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#b4fade text on a black background
contrast 17.67:1
Card sample
#b4fade text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4fade;
Background color
Panel with #b4fade background
background-color: #b4fade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4fade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4fade; background: linear-gradient(135deg, #b4fade, #B4E7FA);