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