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