#b0f1cd
a light, vivid green · cool · closest name: aquamarine
RGB
176, 241, 205
HSL
147°, 70%, 82%
CMYK
27, 0, 15, 6
Luminance
0.7655
Every format
| HEX | #b0f1cd |
| RGB | rgb(176, 241, 205) |
| HSL | hsl(147, 70%, 82%) |
| CMYK | cmyk(27%, 0%, 15%, 6%) |
| LAB | lab(90.1 -27.6 10.9) |
| LCH | lch(90.1 29.6 158.5) |
| OKLCH | oklch(0.905 0.082 160.0) |
Copy-ready code
/* CSS */
color: #b0f1cd;
background-color: #b0f1cd;
/* Tailwind (arbitrary) */
class="text-[#b0f1cd] bg-[#b0f1cd]"
/* SCSS */
$brand: #b0f1cd;
/* SwiftUI */
Color(red: 0.690, green: 0.945, blue: 0.804)
/* Android */
Color.parseColor("#b0f1cd")Accessibility — WCAG contrast
Aa
#b0f1cd on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0f1cd on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green94.5%
Blue80.4%
CMYK percentages
Cyan27.0%
Magenta0.0%
Yellow14.9%
Key (black)5.5%
Color previews
#b0f1cd text on a black background
contrast 16.31:1
Card sample
#b0f1cd text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0f1cd;
Background color
Panel with #b0f1cd background
background-color: #b0f1cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0f1cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 241, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 241, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0f1cd; background: linear-gradient(135deg, #b0f1cd, #B0EAF1);