#b7f6c9
a light, electric green · cool · closest name: aquamarine
RGB
183, 246, 201
HSL
137°, 78%, 84%
CMYK
26, 0, 18, 4
Luminance
0.8020
Every format
| HEX | #b7f6c9 |
| RGB | rgb(183, 246, 201) |
| HSL | hsl(137, 78%, 84%) |
| CMYK | cmyk(26%, 0%, 18%, 4%) |
| LAB | lab(91.8 -28.5 15.4) |
| LCH | lch(91.8 32.4 151.7) |
| OKLCH | oklch(0.919 0.088 153.4) |
Copy-ready code
/* CSS */
color: #b7f6c9;
background-color: #b7f6c9;
/* Tailwind (arbitrary) */
class="text-[#b7f6c9] bg-[#b7f6c9]"
/* SCSS */
$brand: #b7f6c9;
/* SwiftUI */
Color(red: 0.718, green: 0.965, blue: 0.788)
/* Android */
Color.parseColor("#b7f6c9")Accessibility — WCAG contrast
Aa
#b7f6c9 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7f6c9 on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green96.5%
Blue78.8%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow18.3%
Key (black)3.5%
Color previews
#b7f6c9 text on a black background
contrast 17.04:1
Card sample
#b7f6c9 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7f6c9;
Background color
Panel with #b7f6c9 background
background-color: #b7f6c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7f6c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 246, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 246, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7f6c9; background: linear-gradient(135deg, #b7f6c9, #B7F6F3);