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