#b3f9b9
a light, electric green · cool · closest name: aquamarine
RGB
179, 249, 185
HSL
125°, 85%, 84%
CMYK
28, 0, 26, 2
Luminance
0.8084
Every format
| HEX | #b3f9b9 |
| RGB | rgb(179, 249, 185) |
| HSL | hsl(125, 85%, 84%) |
| CMYK | cmyk(28%, 0%, 26%, 2%) |
| LAB | lab(92.1 -34.0 23.9) |
| LCH | lch(92.1 41.5 144.8) |
| OKLCH | oklch(0.919 0.111 146.8) |
Copy-ready code
/* CSS */
color: #b3f9b9;
background-color: #b3f9b9;
/* Tailwind (arbitrary) */
class="text-[#b3f9b9] bg-[#b3f9b9]"
/* SCSS */
$brand: #b3f9b9;
/* SwiftUI */
Color(red: 0.702, green: 0.976, blue: 0.725)
/* Android */
Color.parseColor("#b3f9b9")Accessibility — WCAG contrast
Aa
#b3f9b9 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3f9b9 on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green97.6%
Blue72.5%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow25.7%
Key (black)2.4%
Color previews
#b3f9b9 text on a black background
contrast 17.17:1
Card sample
#b3f9b9 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3f9b9;
Background color
Panel with #b3f9b9 background
background-color: #b3f9b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3f9b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 249, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 249, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3f9b9; background: linear-gradient(135deg, #b3f9b9, #B3F9E8);