#b7fcaf
a light, electric green · cool · closest name: aquamarine
RGB
183, 252, 175
HSL
114°, 93%, 84%
CMYK
27, 0, 31, 1
Luminance
0.8278
Every format
| HEX | #b7fcaf |
| RGB | rgb(183, 252, 175) |
| HSL | hsl(114, 93%, 84%) |
| CMYK | cmyk(27%, 0%, 31%, 1%) |
| LAB | lab(92.9 -35.7 30.2) |
| LCH | lch(92.9 46.7 139.7) |
| OKLCH | oklch(0.926 0.123 142.0) |
Copy-ready code
/* CSS */
color: #b7fcaf;
background-color: #b7fcaf;
/* Tailwind (arbitrary) */
class="text-[#b7fcaf] bg-[#b7fcaf]"
/* SCSS */
$brand: #b7fcaf;
/* SwiftUI */
Color(red: 0.718, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#b7fcaf")Accessibility — WCAG contrast
Aa
#b7fcaf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7fcaf on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green98.8%
Blue68.6%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#b7fcaf text on a black background
contrast 17.56:1
Card sample
#b7fcaf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7fcaf;
Background color
Panel with #b7fcaf background
background-color: #b7fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7fcaf; background: linear-gradient(135deg, #b7fcaf, #AFFCDA);