#b2fad2
a light, electric green · cool · closest name: aquamarine
RGB
178, 250, 210
HSL
147°, 88%, 84%
CMYK
29, 0, 16, 2
Luminance
0.8249
Every format
| HEX | #b2fad2 |
| RGB | rgb(178, 250, 210) |
| HSL | hsl(147, 88%, 84%) |
| CMYK | cmyk(29%, 0%, 16%, 2%) |
| LAB | lab(92.8 -30.3 12.1) |
| LCH | lch(92.8 32.6 158.2) |
| OKLCH | oklch(0.927 0.090 159.7) |
Copy-ready code
/* CSS */
color: #b2fad2;
background-color: #b2fad2;
/* Tailwind (arbitrary) */
class="text-[#b2fad2] bg-[#b2fad2]"
/* SCSS */
$brand: #b2fad2;
/* SwiftUI */
Color(red: 0.698, green: 0.980, blue: 0.824)
/* Android */
Color.parseColor("#b2fad2")Accessibility — WCAG contrast
Aa
#b2fad2 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fad2 on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green98.0%
Blue82.4%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow16.0%
Key (black)2.0%
Color previews
#b2fad2 text on a black background
contrast 17.50:1
Card sample
#b2fad2 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fad2;
Background color
Panel with #b2fad2 background
background-color: #b2fad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 250, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 250, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fad2; background: linear-gradient(135deg, #b2fad2, #B2F2FA);