#b7fac2
a light, electric green · cool · closest name: aquamarine
RGB
183, 250, 194
HSL
130°, 87%, 85%
CMYK
27, 0, 22, 2
Luminance
0.8233
Every format
| HEX | #b7fac2 |
| RGB | rgb(183, 250, 194) |
| HSL | hsl(130, 87%, 85%) |
| CMYK | cmyk(27%, 0%, 22%, 2%) |
| LAB | lab(92.7 -31.6 20.3) |
| LCH | lch(92.7 37.6 147.3) |
| OKLCH | oklch(0.926 0.101 149.1) |
Copy-ready code
/* CSS */
color: #b7fac2;
background-color: #b7fac2;
/* Tailwind (arbitrary) */
class="text-[#b7fac2] bg-[#b7fac2]"
/* SCSS */
$brand: #b7fac2;
/* SwiftUI */
Color(red: 0.718, green: 0.980, blue: 0.761)
/* Android */
Color.parseColor("#b7fac2")Accessibility — WCAG contrast
Aa
#b7fac2 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7fac2 on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green98.0%
Blue76.1%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow22.4%
Key (black)2.0%
Color previews
#b7fac2 text on a black background
contrast 17.47:1
Card sample
#b7fac2 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7fac2;
Background color
Panel with #b7fac2 background
background-color: #b7fac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7fac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 250, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 250, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7fac2; background: linear-gradient(135deg, #b7fac2, #B7FAEF);