#b5ffbc
a pale, electric green · cool · closest name: aquamarine
RGB
181, 255, 188
HSL
126°, 100%, 86%
CMYK
29, 0, 26, 0
Luminance
0.8497
Every format
| HEX | #b5ffbc |
| RGB | rgb(181, 255, 188) |
| HSL | hsl(126, 100%, 86%) |
| CMYK | cmyk(29%, 0%, 26%, 0%) |
| LAB | lab(93.9 -35.6 24.9) |
| LCH | lch(93.9 43.5 145.0) |
| OKLCH | oklch(0.934 0.116 146.9) |
Copy-ready code
/* CSS */
color: #b5ffbc;
background-color: #b5ffbc;
/* Tailwind (arbitrary) */
class="text-[#b5ffbc] bg-[#b5ffbc]"
/* SCSS */
$brand: #b5ffbc;
/* SwiftUI */
Color(red: 0.710, green: 1.000, blue: 0.737)
/* Android */
Color.parseColor("#b5ffbc")Accessibility — WCAG contrast
Aa
#b5ffbc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5ffbc on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green100.0%
Blue73.7%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow26.3%
Key (black)0.0%
Color previews
#b5ffbc text on a black background
contrast 17.99:1
Card sample
#b5ffbc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5ffbc;
Background color
Panel with #b5ffbc background
background-color: #b5ffbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5ffbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 255, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 255, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5ffbc; background: linear-gradient(135deg, #b5ffbc, #B5FFED);