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