#b0feba
a light, electric green · cool · closest name: aquamarine
RGB
176, 254, 186
HSL
128°, 98%, 84%
CMYK
31, 0, 27, 0
Luminance
0.8366
Every format
| HEX | #b0feba |
| RGB | rgb(176, 254, 186) |
| HSL | hsl(128, 98%, 84%) |
| CMYK | cmyk(31%, 0%, 27%, 0%) |
| LAB | lab(93.3 -37.0 25.1) |
| LCH | lch(93.3 44.7 145.8) |
| OKLCH | oklch(0.929 0.120 147.8) |
Copy-ready code
/* CSS */
color: #b0feba;
background-color: #b0feba;
/* Tailwind (arbitrary) */
class="text-[#b0feba] bg-[#b0feba]"
/* SCSS */
$brand: #b0feba;
/* SwiftUI */
Color(red: 0.690, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#b0feba")Accessibility — WCAG contrast
Aa
#b0feba on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0feba on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green99.6%
Blue72.9%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#b0feba text on a black background
contrast 17.73:1
Card sample
#b0feba text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0feba;
Background color
Panel with #b0feba background
background-color: #b0feba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0feba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0feba; background: linear-gradient(135deg, #b0feba, #B0FEEE);