#b2ffe3
a light, electric green · cool · closest name: aquamarine
RGB
178, 255, 227
HSL
158°, 100%, 85%
CMYK
30, 0, 11, 0
Luminance
0.8653
Every format
| HEX | #b2ffe3 |
| RGB | rgb(178, 255, 227) |
| HSL | hsl(158, 100%, 85%) |
| CMYK | cmyk(30%, 0%, 11%, 0%) |
| LAB | lab(94.5 -29.3 5.9) |
| LCH | lch(94.5 29.9 168.7) |
| OKLCH | oklch(0.942 0.085 169.8) |
Copy-ready code
/* CSS */
color: #b2ffe3;
background-color: #b2ffe3;
/* Tailwind (arbitrary) */
class="text-[#b2ffe3] bg-[#b2ffe3]"
/* SCSS */
$brand: #b2ffe3;
/* SwiftUI */
Color(red: 0.698, green: 1.000, blue: 0.890)
/* Android */
Color.parseColor("#b2ffe3")Accessibility — WCAG contrast
Aa
#b2ffe3 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ffe3 on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green100.0%
Blue89.0%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow11.0%
Key (black)0.0%
Color previews
#b2ffe3 text on a black background
contrast 18.31:1
Card sample
#b2ffe3 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ffe3;
Background color
Panel with #b2ffe3 background
background-color: #b2ffe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ffe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 255, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 255, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ffe3; background: linear-gradient(135deg, #b2ffe3, #B2E8FF);