#b0ebc2
a light, vivid green · cool · closest name: aquamarine
RGB
176, 235, 194
HSL
138°, 60%, 81%
CMYK
25, 0, 17, 8
Luminance
0.7254
Every format
| HEX | #b0ebc2 |
| RGB | rgb(176, 235, 194) |
| HSL | hsl(138, 60%, 81%) |
| CMYK | cmyk(25%, 0%, 17%, 8%) |
| LAB | lab(88.2 -26.8 13.9) |
| LCH | lch(88.2 30.2 152.5) |
| OKLCH | oklch(0.889 0.082 154.1) |
Copy-ready code
/* CSS */
color: #b0ebc2;
background-color: #b0ebc2;
/* Tailwind (arbitrary) */
class="text-[#b0ebc2] bg-[#b0ebc2]"
/* SCSS */
$brand: #b0ebc2;
/* SwiftUI */
Color(red: 0.690, green: 0.922, blue: 0.761)
/* Android */
Color.parseColor("#b0ebc2")Accessibility — WCAG contrast
Aa
#b0ebc2 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ebc2 on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green92.2%
Blue76.1%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow17.4%
Key (black)7.8%
Color previews
#b0ebc2 text on a black background
contrast 15.51:1
Card sample
#b0ebc2 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ebc2;
Background color
Panel with #b0ebc2 background
background-color: #b0ebc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ebc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 235, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 235, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ebc2; background: linear-gradient(135deg, #b0ebc2, #B0EBE9);