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