#b3ffaf
a light, electric green · cool · closest name: aquamarine
RGB
179, 255, 175
HSL
117°, 100%, 84%
CMYK
30, 0, 31, 0
Luminance
0.8420
Every format
| HEX | #b3ffaf |
| RGB | rgb(179, 255, 175) |
| HSL | hsl(117, 100%, 84%) |
| CMYK | cmyk(30%, 0%, 31%, 0%) |
| LAB | lab(93.5 -38.3 31.0) |
| LCH | lch(93.5 49.3 141.0) |
| OKLCH | oklch(0.931 0.130 143.3) |
Copy-ready code
/* CSS */
color: #b3ffaf;
background-color: #b3ffaf;
/* Tailwind (arbitrary) */
class="text-[#b3ffaf] bg-[#b3ffaf]"
/* SCSS */
$brand: #b3ffaf;
/* SwiftUI */
Color(red: 0.702, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#b3ffaf")Accessibility — WCAG contrast
Aa
#b3ffaf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ffaf on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green100.0%
Blue68.6%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#b3ffaf text on a black background
contrast 17.84:1
Card sample
#b3ffaf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ffaf;
Background color
Panel with #b3ffaf background
background-color: #b3ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ffaf; background: linear-gradient(135deg, #b3ffaf, #AFFFE0);