#b6ffba
a pale, electric green · cool · closest name: aquamarine
RGB
182, 255, 186
HSL
123°, 100%, 86%
CMYK
29, 0, 27, 0
Luminance
0.8501
Every format
| HEX | #b6ffba |
| RGB | rgb(182, 255, 186) |
| HSL | hsl(123, 100%, 86%) |
| CMYK | cmyk(29%, 0%, 27%, 0%) |
| LAB | lab(93.9 -35.6 26.0) |
| LCH | lch(93.9 44.1 143.9) |
| OKLCH | oklch(0.935 0.117 145.9) |
Copy-ready code
/* CSS */
color: #b6ffba;
background-color: #b6ffba;
/* Tailwind (arbitrary) */
class="text-[#b6ffba] bg-[#b6ffba]"
/* SCSS */
$brand: #b6ffba;
/* SwiftUI */
Color(red: 0.714, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#b6ffba")Accessibility — WCAG contrast
Aa
#b6ffba on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6ffba on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green100.0%
Blue72.9%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#b6ffba text on a black background
contrast 18.00:1
Card sample
#b6ffba text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6ffba;
Background color
Panel with #b6ffba background
background-color: #b6ffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6ffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6ffba; background: linear-gradient(135deg, #b6ffba, #B6FFEB);