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