#b0fbcf
a light, electric green · cool · closest name: aquamarine
RGB
176, 251, 207
HSL
145°, 90%, 84%
CMYK
30, 0, 18, 2
Luminance
0.8273
Every format
| HEX | #b0fbcf |
| RGB | rgb(176, 251, 207) |
| HSL | hsl(145, 90%, 84%) |
| CMYK | cmyk(30%, 0%, 18%, 2%) |
| LAB | lab(92.9 -31.9 13.8) |
| LCH | lch(92.9 34.8 156.6) |
| OKLCH | oklch(0.927 0.096 158.1) |
Copy-ready code
/* CSS */
color: #b0fbcf;
background-color: #b0fbcf;
/* Tailwind (arbitrary) */
class="text-[#b0fbcf] bg-[#b0fbcf]"
/* SCSS */
$brand: #b0fbcf;
/* SwiftUI */
Color(red: 0.690, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#b0fbcf")Accessibility — WCAG contrast
Aa
#b0fbcf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0fbcf on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green98.4%
Blue81.2%
CMYK percentages
Cyan29.9%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#b0fbcf text on a black background
contrast 17.55:1
Card sample
#b0fbcf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0fbcf;
Background color
Panel with #b0fbcf background
background-color: #b0fbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0fbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0fbcf; background: linear-gradient(135deg, #b0fbcf, #B0F5FB);