#b3f5ad
a light, electric green · cool · closest name: aquamarine
RGB
179, 245, 173
HSL
115°, 78%, 82%
CMYK
27, 0, 29, 4
Luminance
0.7791
Every format
| HEX | #b3f5ad |
| RGB | rgb(179, 245, 173) |
| HSL | hsl(115, 78%, 82%) |
| CMYK | cmyk(27%, 0%, 29%, 4%) |
| LAB | lab(90.7 -34.1 28.2) |
| LCH | lch(90.7 44.3 140.4) |
| OKLCH | oklch(0.908 0.117 142.5) |
Copy-ready code
/* CSS */
color: #b3f5ad;
background-color: #b3f5ad;
/* Tailwind (arbitrary) */
class="text-[#b3f5ad] bg-[#b3f5ad]"
/* SCSS */
$brand: #b3f5ad;
/* SwiftUI */
Color(red: 0.702, green: 0.961, blue: 0.678)
/* Android */
Color.parseColor("#b3f5ad")Accessibility — WCAG contrast
Aa
#b3f5ad on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3f5ad on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green96.1%
Blue67.8%
CMYK percentages
Cyan26.9%
Magenta0.0%
Yellow29.4%
Key (black)3.9%
Color previews
#b3f5ad text on a black background
contrast 16.58:1
Card sample
#b3f5ad text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3f5ad;
Background color
Panel with #b3f5ad background
background-color: #b3f5ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3f5ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 245, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 245, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3f5ad; background: linear-gradient(135deg, #b3f5ad, #ADF5D7);