#b3f5ba
a light, electric green · cool · closest name: aquamarine
RGB
179, 245, 186
HSL
126°, 77%, 83%
CMYK
27, 0, 24, 4
Luminance
0.7843
Every format
| HEX | #b3f5ba |
| RGB | rgb(179, 245, 186) |
| HSL | hsl(126, 77%, 83%) |
| CMYK | cmyk(27%, 0%, 24%, 4%) |
| LAB | lab(91.0 -31.9 21.9) |
| LCH | lch(91.0 38.7 145.5) |
| OKLCH | oklch(0.911 0.104 147.4) |
Copy-ready code
/* CSS */
color: #b3f5ba;
background-color: #b3f5ba;
/* Tailwind (arbitrary) */
class="text-[#b3f5ba] bg-[#b3f5ba]"
/* SCSS */
$brand: #b3f5ba;
/* SwiftUI */
Color(red: 0.702, green: 0.961, blue: 0.729)
/* Android */
Color.parseColor("#b3f5ba")Accessibility — WCAG contrast
Aa
#b3f5ba on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3f5ba on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green96.1%
Blue72.9%
CMYK percentages
Cyan26.9%
Magenta0.0%
Yellow24.1%
Key (black)3.9%
Color previews
#b3f5ba text on a black background
contrast 16.69:1
Card sample
#b3f5ba text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3f5ba;
Background color
Panel with #b3f5ba background
background-color: #b3f5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3f5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 245, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 245, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3f5ba; background: linear-gradient(135deg, #b3f5ba, #B3F5E6);