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