#b8f6b0
a light, electric green · cool · closest name: aquamarine
RGB
184, 246, 176
HSL
113°, 80%, 83%
CMYK
25, 0, 29, 4
Luminance
0.7924
Every format
| HEX | #b8f6b0 |
| RGB | rgb(184, 246, 176) |
| HSL | hsl(113, 80%, 83%) |
| CMYK | cmyk(25%, 0%, 29%, 4%) |
| LAB | lab(91.3 -32.4 27.6) |
| LCH | lch(91.3 42.6 139.6) |
| OKLCH | oklch(0.914 0.113 141.8) |
Copy-ready code
/* CSS */
color: #b8f6b0;
background-color: #b8f6b0;
/* Tailwind (arbitrary) */
class="text-[#b8f6b0] bg-[#b8f6b0]"
/* SCSS */
$brand: #b8f6b0;
/* SwiftUI */
Color(red: 0.722, green: 0.965, blue: 0.690)
/* Android */
Color.parseColor("#b8f6b0")Accessibility — WCAG contrast
Aa
#b8f6b0 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8f6b0 on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green96.5%
Blue69.0%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow28.5%
Key (black)3.5%
Color previews
#b8f6b0 text on a black background
contrast 16.85:1
Card sample
#b8f6b0 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8f6b0;
Background color
Panel with #b8f6b0 background
background-color: #b8f6b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8f6b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 246, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 246, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8f6b0; background: linear-gradient(135deg, #b8f6b0, #B0F6D7);