#b6ffaf
a light, electric green · cool · closest name: aquamarine
RGB
182, 255, 175
HSL
115°, 100%, 84%
CMYK
29, 0, 31, 0
Luminance
0.8456
Every format
| HEX | #b6ffaf |
| RGB | rgb(182, 255, 175) |
| HSL | hsl(115, 100%, 84%) |
| CMYK | cmyk(29%, 0%, 31%, 0%) |
| LAB | lab(93.7 -37.4 31.2) |
| LCH | lch(93.7 48.7 140.1) |
| OKLCH | oklch(0.932 0.129 142.4) |
Copy-ready code
/* CSS */
color: #b6ffaf;
background-color: #b6ffaf;
/* Tailwind (arbitrary) */
class="text-[#b6ffaf] bg-[#b6ffaf]"
/* SCSS */
$brand: #b6ffaf;
/* SwiftUI */
Color(red: 0.714, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#b6ffaf")Accessibility — WCAG contrast
Aa
#b6ffaf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6ffaf on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green100.0%
Blue68.6%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#b6ffaf text on a black background
contrast 17.91:1
Card sample
#b6ffaf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6ffaf;
Background color
Panel with #b6ffaf background
background-color: #b6ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6ffaf; background: linear-gradient(135deg, #b6ffaf, #AFFFDD);