#b1ebad
a light, vivid green · cool · closest name: aquamarine
RGB
177, 235, 173
HSL
116°, 61%, 80%
CMYK
25, 0, 26, 8
Luminance
0.7178
Every format
| HEX | #b1ebad |
| RGB | rgb(177, 235, 173) |
| HSL | hsl(116, 61%, 80%) |
| CMYK | cmyk(25%, 0%, 26%, 8%) |
| LAB | lab(87.9 -30.1 24.3) |
| LCH | lch(87.9 38.7 141.1) |
| OKLCH | oklch(0.885 0.103 143.1) |
Copy-ready code
/* CSS */
color: #b1ebad;
background-color: #b1ebad;
/* Tailwind (arbitrary) */
class="text-[#b1ebad] bg-[#b1ebad]"
/* SCSS */
$brand: #b1ebad;
/* SwiftUI */
Color(red: 0.694, green: 0.922, blue: 0.678)
/* Android */
Color.parseColor("#b1ebad")Accessibility — WCAG contrast
Aa
#b1ebad on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1ebad on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green92.2%
Blue67.8%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow26.4%
Key (black)7.8%
Color previews
#b1ebad text on a black background
contrast 15.36:1
Card sample
#b1ebad text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1ebad;
Background color
Panel with #b1ebad background
background-color: #b1ebad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1ebad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 235, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 235, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1ebad; background: linear-gradient(135deg, #b1ebad, #ADEBD2);