#b3f8c2
a light, electric green · cool · closest name: aquamarine
RGB
179, 248, 194
HSL
133°, 83%, 84%
CMYK
28, 0, 22, 3
Luminance
0.8061
Every format
| HEX | #b3f8c2 |
| RGB | rgb(179, 248, 194) |
| HSL | hsl(133, 83%, 84%) |
| CMYK | cmyk(28%, 0%, 22%, 3%) |
| LAB | lab(92.0 -32.0 19.2) |
| LCH | lch(92.0 37.3 149.0) |
| OKLCH | oklch(0.919 0.101 150.8) |
Copy-ready code
/* CSS */
color: #b3f8c2;
background-color: #b3f8c2;
/* Tailwind (arbitrary) */
class="text-[#b3f8c2] bg-[#b3f8c2]"
/* SCSS */
$brand: #b3f8c2;
/* SwiftUI */
Color(red: 0.702, green: 0.973, blue: 0.761)
/* Android */
Color.parseColor("#b3f8c2")Accessibility — WCAG contrast
Aa
#b3f8c2 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3f8c2 on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green97.3%
Blue76.1%
CMYK percentages
Cyan27.8%
Magenta0.0%
Yellow21.8%
Key (black)2.7%
Color previews
#b3f8c2 text on a black background
contrast 17.12:1
Card sample
#b3f8c2 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3f8c2;
Background color
Panel with #b3f8c2 background
background-color: #b3f8c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3f8c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 248, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 248, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3f8c2; background: linear-gradient(135deg, #b3f8c2, #B3F8F0);