#b2ffc5
a light, electric green · cool · closest name: aquamarine
RGB
178, 255, 197
HSL
135°, 100%, 85%
CMYK
30, 0, 23, 0
Luminance
0.8502
Every format
| HEX | #b2ffc5 |
| RGB | rgb(178, 255, 197) |
| HSL | hsl(135, 100%, 85%) |
| CMYK | cmyk(30%, 0%, 23%, 0%) |
| LAB | lab(93.9 -35.0 20.3) |
| LCH | lch(93.9 40.5 149.8) |
| OKLCH | oklch(0.935 0.109 151.6) |
Copy-ready code
/* CSS */
color: #b2ffc5;
background-color: #b2ffc5;
/* Tailwind (arbitrary) */
class="text-[#b2ffc5] bg-[#b2ffc5]"
/* SCSS */
$brand: #b2ffc5;
/* SwiftUI */
Color(red: 0.698, green: 1.000, blue: 0.773)
/* Android */
Color.parseColor("#b2ffc5")Accessibility — WCAG contrast
Aa
#b2ffc5 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ffc5 on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green100.0%
Blue77.3%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow22.7%
Key (black)0.0%
Color previews
#b2ffc5 text on a black background
contrast 18.00:1
Card sample
#b2ffc5 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ffc5;
Background color
Panel with #b2ffc5 background
background-color: #b2ffc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ffc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 255, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 255, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ffc5; background: linear-gradient(135deg, #b2ffc5, #B2FFF8);