#b2ebbe
a light, vivid green · cool · closest name: aquamarine
RGB
178, 235, 190
HSL
133°, 59%, 81%
CMYK
24, 0, 19, 8
Luminance
0.7260
Every format
| HEX | #b2ebbe |
| RGB | rgb(178, 235, 190) |
| HSL | hsl(133, 59%, 81%) |
| CMYK | cmyk(24%, 0%, 19%, 8%) |
| LAB | lab(88.3 -26.8 16.1) |
| LCH | lch(88.3 31.3 149.1) |
| OKLCH | oklch(0.889 0.085 150.8) |
Copy-ready code
/* CSS */
color: #b2ebbe;
background-color: #b2ebbe;
/* Tailwind (arbitrary) */
class="text-[#b2ebbe] bg-[#b2ebbe]"
/* SCSS */
$brand: #b2ebbe;
/* SwiftUI */
Color(red: 0.698, green: 0.922, blue: 0.745)
/* Android */
Color.parseColor("#b2ebbe")Accessibility — WCAG contrast
Aa
#b2ebbe on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ebbe on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green92.2%
Blue74.5%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow19.1%
Key (black)7.8%
Color previews
#b2ebbe text on a black background
contrast 15.52:1
Card sample
#b2ebbe text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ebbe;
Background color
Panel with #b2ebbe background
background-color: #b2ebbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ebbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 235, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 235, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ebbe; background: linear-gradient(135deg, #b2ebbe, #B2EBE4);