#b6f5ae
a light, electric green · cool · closest name: aquamarine
RGB
182, 245, 174
HSL
113°, 78%, 82%
CMYK
26, 0, 29, 4
Luminance
0.7831
Every format
| HEX | #b6f5ae |
| RGB | rgb(182, 245, 174) |
| HSL | hsl(113, 78%, 82%) |
| CMYK | cmyk(26%, 0%, 29%, 4%) |
| LAB | lab(90.9 -32.9 28.0) |
| LCH | lch(90.9 43.2 139.6) |
| OKLCH | oklch(0.910 0.114 141.8) |
Copy-ready code
/* CSS */
color: #b6f5ae;
background-color: #b6f5ae;
/* Tailwind (arbitrary) */
class="text-[#b6f5ae] bg-[#b6f5ae]"
/* SCSS */
$brand: #b6f5ae;
/* SwiftUI */
Color(red: 0.714, green: 0.961, blue: 0.682)
/* Android */
Color.parseColor("#b6f5ae")Accessibility — WCAG contrast
Aa
#b6f5ae on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6f5ae on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green96.1%
Blue68.2%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow29.0%
Key (black)3.9%
Color previews
#b6f5ae text on a black background
contrast 16.66:1
Card sample
#b6f5ae text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6f5ae;
Background color
Panel with #b6f5ae background
background-color: #b6f5ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6f5ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 245, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 245, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6f5ae; background: linear-gradient(135deg, #b6f5ae, #AEF5D5);