#b2ffdf
a light, electric green · cool · closest name: aquamarine
RGB
178, 255, 223
HSL
155°, 100%, 85%
CMYK
30, 0, 13, 0
Luminance
0.8631
Every format
| HEX | #b2ffdf |
| RGB | rgb(178, 255, 223) |
| HSL | hsl(155, 100%, 85%) |
| CMYK | cmyk(30%, 0%, 13%, 0%) |
| LAB | lab(94.4 -30.1 7.8) |
| LCH | lch(94.4 31.1 165.5) |
| OKLCH | oklch(0.941 0.088 166.7) |
Copy-ready code
/* CSS */
color: #b2ffdf;
background-color: #b2ffdf;
/* Tailwind (arbitrary) */
class="text-[#b2ffdf] bg-[#b2ffdf]"
/* SCSS */
$brand: #b2ffdf;
/* SwiftUI */
Color(red: 0.698, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#b2ffdf")Accessibility — WCAG contrast
Aa
#b2ffdf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ffdf on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green100.0%
Blue87.5%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#b2ffdf text on a black background
contrast 18.26:1
Card sample
#b2ffdf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ffdf;
Background color
Panel with #b2ffdf background
background-color: #b2ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ffdf; background: linear-gradient(135deg, #b2ffdf, #B2ECFF);