#b0ffad
a light, electric green · cool · closest name: aquamarine
RGB
176, 255, 173
HSL
118°, 100%, 84%
CMYK
31, 0, 32, 0
Luminance
0.8377
Every format
| HEX | #b0ffad |
| RGB | rgb(176, 255, 173) |
| HSL | hsl(118, 100%, 84%) |
| CMYK | cmyk(31%, 0%, 32%, 0%) |
| LAB | lab(93.3 -39.6 31.7) |
| LCH | lch(93.3 50.7 141.3) |
| OKLCH | oklch(0.929 0.134 143.6) |
Copy-ready code
/* CSS */
color: #b0ffad;
background-color: #b0ffad;
/* Tailwind (arbitrary) */
class="text-[#b0ffad] bg-[#b0ffad]"
/* SCSS */
$brand: #b0ffad;
/* SwiftUI */
Color(red: 0.690, green: 1.000, blue: 0.678)
/* Android */
Color.parseColor("#b0ffad")Accessibility — WCAG contrast
Aa
#b0ffad on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ffad on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green100.0%
Blue67.8%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow32.2%
Key (black)0.0%
Color previews
#b0ffad text on a black background
contrast 17.75:1
Card sample
#b0ffad text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ffad;
Background color
Panel with #b0ffad background
background-color: #b0ffad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ffad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 255, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 255, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ffad; background: linear-gradient(135deg, #b0ffad, #ADFFE1);