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