#b0fecb
a light, electric green · cool · closest name: aquamarine
RGB
176, 254, 203
HSL
141°, 98%, 84%
CMYK
31, 0, 20, 0
Luminance
0.8443
Every format
| HEX | #b0fecb |
| RGB | rgb(176, 254, 203) |
| HSL | hsl(141, 98%, 84%) |
| CMYK | cmyk(31%, 0%, 20%, 0%) |
| LAB | lab(93.6 -34.0 16.9) |
| LCH | lch(93.6 38.0 153.6) |
| OKLCH | oklch(0.933 0.104 155.2) |
Copy-ready code
/* CSS */
color: #b0fecb;
background-color: #b0fecb;
/* Tailwind (arbitrary) */
class="text-[#b0fecb] bg-[#b0fecb]"
/* SCSS */
$brand: #b0fecb;
/* SwiftUI */
Color(red: 0.690, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#b0fecb")Accessibility — WCAG contrast
Aa
#b0fecb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0fecb on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green99.6%
Blue79.6%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#b0fecb text on a black background
contrast 17.89:1
Card sample
#b0fecb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0fecb;
Background color
Panel with #b0fecb background
background-color: #b0fecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0fecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0fecb; background: linear-gradient(135deg, #b0fecb, #B0FDFE);