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