#b3fac3
a light, electric green · cool · closest name: aquamarine
RGB
179, 250, 195
HSL
134°, 88%, 84%
CMYK
28, 0, 22, 2
Luminance
0.8190
Every format
| HEX | #b3fac3 |
| RGB | rgb(179, 250, 195) |
| HSL | hsl(134, 88%, 84%) |
| CMYK | cmyk(28%, 0%, 22%, 2%) |
| LAB | lab(92.5 -32.7 19.5) |
| LCH | lch(92.5 38.1 149.2) |
| OKLCH | oklch(0.924 0.103 151.0) |
Copy-ready code
/* CSS */
color: #b3fac3;
background-color: #b3fac3;
/* Tailwind (arbitrary) */
class="text-[#b3fac3] bg-[#b3fac3]"
/* SCSS */
$brand: #b3fac3;
/* SwiftUI */
Color(red: 0.702, green: 0.980, blue: 0.765)
/* Android */
Color.parseColor("#b3fac3")Accessibility — WCAG contrast
Aa
#b3fac3 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3fac3 on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green98.0%
Blue76.5%
CMYK percentages
Cyan28.4%
Magenta0.0%
Yellow22.0%
Key (black)2.0%
Color previews
#b3fac3 text on a black background
contrast 17.38:1
Card sample
#b3fac3 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3fac3;
Background color
Panel with #b3fac3 background
background-color: #b3fac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3fac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 250, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 250, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3fac3; background: linear-gradient(135deg, #b3fac3, #B3FAF2);