#b3f4ae
a light, electric green · cool · closest name: aquamarine
RGB
179, 244, 174
HSL
116°, 76%, 82%
CMYK
27, 0, 29, 4
Luminance
0.7734
Every format
| HEX | #b3f4ae |
| RGB | rgb(179, 244, 174) |
| HSL | hsl(116, 76%, 82%) |
| CMYK | cmyk(27%, 0%, 29%, 4%) |
| LAB | lab(90.5 -33.5 27.4) |
| LCH | lch(90.5 43.2 140.7) |
| OKLCH | oklch(0.906 0.115 142.8) |
Copy-ready code
/* CSS */
color: #b3f4ae;
background-color: #b3f4ae;
/* Tailwind (arbitrary) */
class="text-[#b3f4ae] bg-[#b3f4ae]"
/* SCSS */
$brand: #b3f4ae;
/* SwiftUI */
Color(red: 0.702, green: 0.957, blue: 0.682)
/* Android */
Color.parseColor("#b3f4ae")Accessibility — WCAG contrast
Aa
#b3f4ae on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3f4ae on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green95.7%
Blue68.2%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow28.7%
Key (black)4.3%
Color previews
#b3f4ae text on a black background
contrast 16.47:1
Card sample
#b3f4ae text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3f4ae;
Background color
Panel with #b3f4ae background
background-color: #b3f4ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3f4ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 244, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 244, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3f4ae; background: linear-gradient(135deg, #b3f4ae, #AEF4D8);