#b3ebad
a light, vivid green · cool · closest name: aquamarine
RGB
179, 235, 173
HSL
114°, 61%, 80%
CMYK
24, 0, 26, 8
Luminance
0.7202
Every format
| HEX | #b3ebad |
| RGB | rgb(179, 235, 173) |
| HSL | hsl(114, 61%, 80%) |
| CMYK | cmyk(24%, 0%, 26%, 8%) |
| LAB | lab(88.0 -29.4 24.5) |
| LCH | lch(88.0 38.3 140.2) |
| OKLCH | oklch(0.886 0.101 142.2) |
Copy-ready code
/* CSS */
color: #b3ebad;
background-color: #b3ebad;
/* Tailwind (arbitrary) */
class="text-[#b3ebad] bg-[#b3ebad]"
/* SCSS */
$brand: #b3ebad;
/* SwiftUI */
Color(red: 0.702, green: 0.922, blue: 0.678)
/* Android */
Color.parseColor("#b3ebad")Accessibility — WCAG contrast
Aa
#b3ebad on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ebad on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green92.2%
Blue67.8%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow26.4%
Key (black)7.8%
Color previews
#b3ebad text on a black background
contrast 15.40:1
Card sample
#b3ebad text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ebad;
Background color
Panel with #b3ebad background
background-color: #b3ebad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ebad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 235, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 235, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ebad; background: linear-gradient(135deg, #b3ebad, #ADEBD0);