#b7eeaf
a light, vivid green · cool · closest name: aquamarine
RGB
183, 238, 175
HSL
112°, 65%, 81%
CMYK
23, 0, 27, 7
Luminance
0.7431
Every format
| HEX | #b7eeaf |
| RGB | rgb(183, 238, 175) |
| HSL | hsl(112, 65%, 81%) |
| CMYK | cmyk(23%, 0%, 27%, 7%) |
| LAB | lab(89.1 -29.2 25.0) |
| LCH | lch(89.1 38.4 139.4) |
| OKLCH | oklch(0.895 0.102 141.4) |
Copy-ready code
/* CSS */
color: #b7eeaf;
background-color: #b7eeaf;
/* Tailwind (arbitrary) */
class="text-[#b7eeaf] bg-[#b7eeaf]"
/* SCSS */
$brand: #b7eeaf;
/* SwiftUI */
Color(red: 0.718, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#b7eeaf")Accessibility — WCAG contrast
Aa
#b7eeaf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7eeaf on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green93.3%
Blue68.6%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#b7eeaf text on a black background
contrast 15.86:1
Card sample
#b7eeaf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7eeaf;
Background color
Panel with #b7eeaf background
background-color: #b7eeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7eeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7eeaf; background: linear-gradient(135deg, #b7eeaf, #AFEED1);