#b0fcd2
a light, electric green · cool · closest name: aquamarine
RGB
176, 252, 210
HSL
147°, 93%, 84%
CMYK
30, 0, 17, 1
Luminance
0.8350
Every format
| HEX | #b0fcd2 |
| RGB | rgb(176, 252, 210) |
| HSL | hsl(147, 93%, 84%) |
| CMYK | cmyk(30%, 0%, 17%, 1%) |
| LAB | lab(93.2 -31.8 12.7) |
| LCH | lch(93.2 34.3 158.2) |
| OKLCH | oklch(0.930 0.095 159.7) |
Copy-ready code
/* CSS */
color: #b0fcd2;
background-color: #b0fcd2;
/* Tailwind (arbitrary) */
class="text-[#b0fcd2] bg-[#b0fcd2]"
/* SCSS */
$brand: #b0fcd2;
/* SwiftUI */
Color(red: 0.690, green: 0.988, blue: 0.824)
/* Android */
Color.parseColor("#b0fcd2")Accessibility — WCAG contrast
Aa
#b0fcd2 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0fcd2 on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green98.8%
Blue82.4%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow16.7%
Key (black)1.2%
Color previews
#b0fcd2 text on a black background
contrast 17.70:1
Card sample
#b0fcd2 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0fcd2;
Background color
Panel with #b0fcd2 background
background-color: #b0fcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0fcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 252, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 252, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0fcd2; background: linear-gradient(135deg, #b0fcd2, #B0F3FC);