#b2ffd7
a light, electric green · cool · closest name: aquamarine
RGB
178, 255, 215
HSL
149°, 100%, 85%
CMYK
30, 0, 16, 0
Luminance
0.8589
Every format
| HEX | #b2ffd7 |
| RGB | rgb(178, 255, 215) |
| HSL | hsl(149, 100%, 85%) |
| CMYK | cmyk(30%, 0%, 16%, 0%) |
| LAB | lab(94.3 -31.7 11.7) |
| LCH | lch(94.3 33.7 159.8) |
| OKLCH | oklch(0.939 0.093 161.2) |
Copy-ready code
/* CSS */
color: #b2ffd7;
background-color: #b2ffd7;
/* Tailwind (arbitrary) */
class="text-[#b2ffd7] bg-[#b2ffd7]"
/* SCSS */
$brand: #b2ffd7;
/* SwiftUI */
Color(red: 0.698, green: 1.000, blue: 0.843)
/* Android */
Color.parseColor("#b2ffd7")Accessibility — WCAG contrast
Aa
#b2ffd7 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ffd7 on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green100.0%
Blue84.3%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow15.7%
Key (black)0.0%
Color previews
#b2ffd7 text on a black background
contrast 18.18:1
Card sample
#b2ffd7 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ffd7;
Background color
Panel with #b2ffd7 background
background-color: #b2ffd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ffd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 255, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 255, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ffd7; background: linear-gradient(135deg, #b2ffd7, #B2F4FF);