#b2ffae
a light, electric green · cool · closest name: aquamarine
RGB
178, 255, 174
HSL
117°, 100%, 84%
CMYK
30, 0, 32, 0
Luminance
0.8404
Every format
| HEX | #b2ffae |
| RGB | rgb(178, 255, 174) |
| HSL | hsl(117, 100%, 84%) |
| CMYK | cmyk(30%, 0%, 32%, 0%) |
| LAB | lab(93.5 -38.8 31.4) |
| LCH | lch(93.5 49.9 141.0) |
| OKLCH | oklch(0.930 0.132 143.3) |
Copy-ready code
/* CSS */
color: #b2ffae;
background-color: #b2ffae;
/* Tailwind (arbitrary) */
class="text-[#b2ffae] bg-[#b2ffae]"
/* SCSS */
$brand: #b2ffae;
/* SwiftUI */
Color(red: 0.698, green: 1.000, blue: 0.682)
/* Android */
Color.parseColor("#b2ffae")Accessibility — WCAG contrast
Aa
#b2ffae on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ffae on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green100.0%
Blue68.2%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow31.8%
Key (black)0.0%
Color previews
#b2ffae text on a black background
contrast 17.81:1
Card sample
#b2ffae text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ffae;
Background color
Panel with #b2ffae background
background-color: #b2ffae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ffae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 255, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 255, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ffae; background: linear-gradient(135deg, #b2ffae, #AEFFE0);