#b7fecc
a pale, electric green · cool · closest name: aquamarine
RGB
183, 254, 204
HSL
138°, 97%, 86%
CMYK
28, 0, 20, 0
Luminance
0.8531
Every format
| HEX | #b7fecc |
| RGB | rgb(183, 254, 204) |
| HSL | hsl(138, 97%, 86%) |
| CMYK | cmyk(28%, 0%, 20%, 0%) |
| LAB | lab(94.0 -31.7 17.0) |
| LCH | lch(94.0 36.0 151.9) |
| OKLCH | oklch(0.937 0.098 153.5) |
Copy-ready code
/* CSS */
color: #b7fecc;
background-color: #b7fecc;
/* Tailwind (arbitrary) */
class="text-[#b7fecc] bg-[#b7fecc]"
/* SCSS */
$brand: #b7fecc;
/* SwiftUI */
Color(red: 0.718, green: 0.996, blue: 0.800)
/* Android */
Color.parseColor("#b7fecc")Accessibility — WCAG contrast
Aa
#b7fecc on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7fecc on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green99.6%
Blue80.0%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow19.7%
Key (black)0.4%
Color previews
#b7fecc text on a black background
contrast 18.06:1
Card sample
#b7fecc text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7fecc;
Background color
Panel with #b7fecc background
background-color: #b7fecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7fecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 254, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 254, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7fecc; background: linear-gradient(135deg, #b7fecc, #B7FEFB);