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