#b5ebc9
a light, vivid green · cool · closest name: beige
RGB
181, 235, 201
HSL
142°, 57%, 82%
CMYK
23, 0, 15, 8
Luminance
0.7346
Every format
| HEX | #b5ebc9 |
| RGB | rgb(181, 235, 201) |
| HSL | hsl(142, 57%, 82%) |
| CMYK | cmyk(23%, 0%, 15%, 8%) |
| LAB | lab(88.7 -23.9 10.9) |
| LCH | lch(88.7 26.3 155.4) |
| OKLCH | oklch(0.894 0.072 157.0) |
Copy-ready code
/* CSS */
color: #b5ebc9;
background-color: #b5ebc9;
/* Tailwind (arbitrary) */
class="text-[#b5ebc9] bg-[#b5ebc9]"
/* SCSS */
$brand: #b5ebc9;
/* SwiftUI */
Color(red: 0.710, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#b5ebc9")Accessibility — WCAG contrast
Aa
#b5ebc9 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5ebc9 on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green92.2%
Blue78.8%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#b5ebc9 text on a black background
contrast 15.69:1
Card sample
#b5ebc9 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5ebc9;
Background color
Panel with #b5ebc9 background
background-color: #b5ebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5ebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5ebc9; background: linear-gradient(135deg, #b5ebc9, #B5E9EB);