#b9e5ca
a light, vivid green · cool · closest name: beige
RGB
185, 229, 202
HSL
143°, 46%, 81%
CMYK
19, 0, 12, 10
Luminance
0.7062
Every format
| HEX | #b9e5ca |
| RGB | rgb(185, 229, 202) |
| HSL | hsl(143, 46%, 81%) |
| CMYK | cmyk(19%, 0%, 12%, 10%) |
| LAB | lab(87.3 -19.5 8.5) |
| LCH | lch(87.3 21.3 156.5) |
| OKLCH | oklch(0.883 0.059 158.0) |
Copy-ready code
/* CSS */
color: #b9e5ca;
background-color: #b9e5ca;
/* Tailwind (arbitrary) */
class="text-[#b9e5ca] bg-[#b9e5ca]"
/* SCSS */
$brand: #b9e5ca;
/* SwiftUI */
Color(red: 0.725, green: 0.898, blue: 0.792)
/* Android */
Color.parseColor("#b9e5ca")Accessibility — WCAG contrast
Aa
#b9e5ca on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9e5ca on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green89.8%
Blue79.2%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow11.8%
Key (black)10.2%
Color previews
#b9e5ca text on a black background
contrast 15.12:1
Card sample
#b9e5ca text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9e5ca;
Background color
Panel with #b9e5ca background
background-color: #b9e5ca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9e5ca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 229, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 229, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9e5ca; background: linear-gradient(135deg, #b9e5ca, #B9E3E5);