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