#b7f5cb
a light, electric green · cool · closest name: aquamarine
RGB
183, 245, 203
HSL
139°, 76%, 84%
CMYK
25, 0, 17, 4
Luminance
0.7968
Every format
| HEX | #b7f5cb |
| RGB | rgb(183, 245, 203) |
| HSL | hsl(139, 76%, 84%) |
| CMYK | cmyk(25%, 0%, 17%, 4%) |
| LAB | lab(91.5 -27.7 14.0) |
| LCH | lch(91.5 31.0 153.2) |
| OKLCH | oklch(0.917 0.085 154.8) |
Copy-ready code
/* CSS */
color: #b7f5cb;
background-color: #b7f5cb;
/* Tailwind (arbitrary) */
class="text-[#b7f5cb] bg-[#b7f5cb]"
/* SCSS */
$brand: #b7f5cb;
/* SwiftUI */
Color(red: 0.718, green: 0.961, blue: 0.796)
/* Android */
Color.parseColor("#b7f5cb")Accessibility — WCAG contrast
Aa
#b7f5cb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7f5cb on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green96.1%
Blue79.6%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow17.1%
Key (black)3.9%
Color previews
#b7f5cb text on a black background
contrast 16.94:1
Card sample
#b7f5cb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7f5cb;
Background color
Panel with #b7f5cb background
background-color: #b7f5cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7f5cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 245, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 245, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7f5cb; background: linear-gradient(135deg, #b7f5cb, #B7F5F4);