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