#b5ffaf
a light, electric green · cool · closest name: aquamarine
RGB
181, 255, 175
HSL
116°, 100%, 84%
CMYK
29, 0, 31, 0
Luminance
0.8444
Every format
| HEX | #b5ffaf |
| RGB | rgb(181, 255, 175) |
| HSL | hsl(116, 100%, 84%) |
| CMYK | cmyk(29%, 0%, 31%, 0%) |
| LAB | lab(93.6 -37.7 31.2) |
| LCH | lch(93.6 48.9 140.4) |
| OKLCH | oklch(0.932 0.129 142.7) |
Copy-ready code
/* CSS */
color: #b5ffaf;
background-color: #b5ffaf;
/* Tailwind (arbitrary) */
class="text-[#b5ffaf] bg-[#b5ffaf]"
/* SCSS */
$brand: #b5ffaf;
/* SwiftUI */
Color(red: 0.710, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#b5ffaf")Accessibility — WCAG contrast
Aa
#b5ffaf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5ffaf on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green100.0%
Blue68.6%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#b5ffaf text on a black background
contrast 17.89:1
Card sample
#b5ffaf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5ffaf;
Background color
Panel with #b5ffaf background
background-color: #b5ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5ffaf; background: linear-gradient(135deg, #b5ffaf, #AFFFDE);