#b0f5cf
a light, electric green · cool · closest name: aquamarine
RGB
176, 245, 207
HSL
147°, 78%, 83%
CMYK
28, 0, 16, 4
Luminance
0.7904
Every format
| HEX | #b0f5cf |
| RGB | rgb(176, 245, 207) |
| HSL | hsl(147, 78%, 83%) |
| CMYK | cmyk(28%, 0%, 16%, 4%) |
| LAB | lab(91.3 -29.1 11.5) |
| LCH | lch(91.3 31.3 158.5) |
| OKLCH | oklch(0.914 0.086 160.0) |
Copy-ready code
/* CSS */
color: #b0f5cf;
background-color: #b0f5cf;
/* Tailwind (arbitrary) */
class="text-[#b0f5cf] bg-[#b0f5cf]"
/* SCSS */
$brand: #b0f5cf;
/* SwiftUI */
Color(red: 0.690, green: 0.961, blue: 0.812)
/* Android */
Color.parseColor("#b0f5cf")Accessibility — WCAG contrast
Aa
#b0f5cf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0f5cf on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green96.1%
Blue81.2%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow15.5%
Key (black)3.9%
Color previews
#b0f5cf text on a black background
contrast 16.81:1
Card sample
#b0f5cf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0f5cf;
Background color
Panel with #b0f5cf background
background-color: #b0f5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0f5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 245, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 245, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0f5cf; background: linear-gradient(135deg, #b0f5cf, #B0EDF5);