#b2fadf
a light, electric green · cool · closest name: aquamarine
RGB
178, 250, 223
HSL
158°, 88%, 84%
CMYK
29, 0, 11, 2
Luminance
0.8316
Every format
| HEX | #b2fadf |
| RGB | rgb(178, 250, 223) |
| HSL | hsl(158, 88%, 84%) |
| CMYK | cmyk(29%, 0%, 11%, 2%) |
| LAB | lab(93.1 -27.7 5.8) |
| LCH | lch(93.1 28.4 168.1) |
| OKLCH | oklch(0.930 0.081 169.3) |
Copy-ready code
/* CSS */
color: #b2fadf;
background-color: #b2fadf;
/* Tailwind (arbitrary) */
class="text-[#b2fadf] bg-[#b2fadf]"
/* SCSS */
$brand: #b2fadf;
/* SwiftUI */
Color(red: 0.698, green: 0.980, blue: 0.875)
/* Android */
Color.parseColor("#b2fadf")Accessibility — WCAG contrast
Aa
#b2fadf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fadf on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green98.0%
Blue87.5%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow10.8%
Key (black)2.0%
Color previews
#b2fadf text on a black background
contrast 17.63:1
Card sample
#b2fadf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fadf;
Background color
Panel with #b2fadf background
background-color: #b2fadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 250, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 250, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fadf; background: linear-gradient(135deg, #b2fadf, #B2E5FA);