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