#b7eeb7
a light, vivid green · cool · closest name: aquamarine
RGB
183, 238, 183
HSL
120°, 62%, 83%
CMYK
23, 0, 23, 7
Luminance
0.7464
Every format
| HEX | #b7eeb7 |
| RGB | rgb(183, 238, 183) |
| HSL | hsl(120, 62%, 83%) |
| CMYK | cmyk(23%, 0%, 23%, 7%) |
| LAB | lab(89.2 -27.9 21.1) |
| LCH | lch(89.2 34.9 142.9) |
| OKLCH | oklch(0.897 0.093 144.7) |
Copy-ready code
/* CSS */
color: #b7eeb7;
background-color: #b7eeb7;
/* Tailwind (arbitrary) */
class="text-[#b7eeb7] bg-[#b7eeb7]"
/* SCSS */
$brand: #b7eeb7;
/* SwiftUI */
Color(red: 0.718, green: 0.933, blue: 0.718)
/* Android */
Color.parseColor("#b7eeb7")Accessibility — WCAG contrast
Aa
#b7eeb7 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7eeb7 on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green93.3%
Blue71.8%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow23.1%
Key (black)6.7%
Color previews
#b7eeb7 text on a black background
contrast 15.93:1
Card sample
#b7eeb7 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7eeb7;
Background color
Panel with #b7eeb7 background
background-color: #b7eeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7eeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 238, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 238, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7eeb7; background: linear-gradient(135deg, #b7eeb7, #B7EEDC);