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