#b0fcbc
a light, electric green · cool · closest name: aquamarine
RGB
176, 252, 188
HSL
130°, 93%, 84%
CMYK
30, 0, 25, 1
Luminance
0.8248
Every format
| HEX | #b0fcbc |
| RGB | rgb(176, 252, 188) |
| HSL | hsl(130, 93%, 84%) |
| CMYK | cmyk(30%, 0%, 25%, 1%) |
| LAB | lab(92.8 -35.8 23.4) |
| LCH | lch(92.8 42.7 146.8) |
| OKLCH | oklch(0.925 0.115 148.7) |
Copy-ready code
/* CSS */
color: #b0fcbc;
background-color: #b0fcbc;
/* Tailwind (arbitrary) */
class="text-[#b0fcbc] bg-[#b0fcbc]"
/* SCSS */
$brand: #b0fcbc;
/* SwiftUI */
Color(red: 0.690, green: 0.988, blue: 0.737)
/* Android */
Color.parseColor("#b0fcbc")Accessibility — WCAG contrast
Aa
#b0fcbc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0fcbc on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green98.8%
Blue73.7%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow25.4%
Key (black)1.2%
Color previews
#b0fcbc text on a black background
contrast 17.50:1
Card sample
#b0fcbc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0fcbc;
Background color
Panel with #b0fcbc background
background-color: #b0fcbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0fcbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 252, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 252, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0fcbc; background: linear-gradient(135deg, #b0fcbc, #B0FCEF);