#b0ffd2
a light, electric green · cool · closest name: aquamarine
RGB
176, 255, 210
HSL
146°, 100%, 85%
CMYK
31, 0, 18, 0
Luminance
0.8540
Every format
| HEX | #b0ffd2 |
| RGB | rgb(176, 255, 210) |
| HSL | hsl(146, 100%, 85%) |
| CMYK | cmyk(31%, 0%, 18%, 0%) |
| LAB | lab(94.1 -33.2 13.9) |
| LCH | lch(94.1 36.0 157.3) |
| OKLCH | oklch(0.937 0.099 158.8) |
Copy-ready code
/* CSS */
color: #b0ffd2;
background-color: #b0ffd2;
/* Tailwind (arbitrary) */
class="text-[#b0ffd2] bg-[#b0ffd2]"
/* SCSS */
$brand: #b0ffd2;
/* SwiftUI */
Color(red: 0.690, green: 1.000, blue: 0.824)
/* Android */
Color.parseColor("#b0ffd2")Accessibility — WCAG contrast
Aa
#b0ffd2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ffd2 on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green100.0%
Blue82.4%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow17.6%
Key (black)0.0%
Color previews
#b0ffd2 text on a black background
contrast 18.08:1
Card sample
#b0ffd2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ffd2;
Background color
Panel with #b0ffd2 background
background-color: #b0ffd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ffd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 255, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 255, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ffd2; background: linear-gradient(135deg, #b0ffd2, #B0F7FF);