#b0fcda
a light, electric green · cool · closest name: aquamarine
RGB
176, 252, 218
HSL
153°, 93%, 84%
CMYK
30, 0, 14, 1
Luminance
0.8391
Every format
| HEX | #b0fcda |
| RGB | rgb(176, 252, 218) |
| HSL | hsl(153, 93%, 84%) |
| CMYK | cmyk(30%, 0%, 14%, 1%) |
| LAB | lab(93.4 -30.3 8.9) |
| LCH | lch(93.4 31.5 163.7) |
| OKLCH | oklch(0.932 0.088 165.0) |
Copy-ready code
/* CSS */
color: #b0fcda;
background-color: #b0fcda;
/* Tailwind (arbitrary) */
class="text-[#b0fcda] bg-[#b0fcda]"
/* SCSS */
$brand: #b0fcda;
/* SwiftUI */
Color(red: 0.690, green: 0.988, blue: 0.855)
/* Android */
Color.parseColor("#b0fcda")Accessibility — WCAG contrast
Aa
#b0fcda on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0fcda on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green98.8%
Blue85.5%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow13.5%
Key (black)1.2%
Color previews
#b0fcda text on a black background
contrast 17.78:1
Card sample
#b0fcda text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0fcda;
Background color
Panel with #b0fcda background
background-color: #b0fcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0fcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 252, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 252, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0fcda; background: linear-gradient(135deg, #b0fcda, #B0EBFC);