#bee2ba
a light, soft green · cool · closest name: beige
RGB
190, 226, 186
HSL
114°, 41%, 81%
CMYK
16, 0, 18, 11
Luminance
0.6889
Every format
| HEX | #bee2ba |
| RGB | rgb(190, 226, 186) |
| HSL | hsl(114, 41%, 81%) |
| CMYK | cmyk(16%, 0%, 18%, 11%) |
| LAB | lab(86.5 -19.2 15.7) |
| LCH | lch(86.5 24.8 140.7) |
| OKLCH | oklch(0.876 0.066 142.3) |
Copy-ready code
/* CSS */
color: #bee2ba;
background-color: #bee2ba;
/* Tailwind (arbitrary) */
class="text-[#bee2ba] bg-[#bee2ba]"
/* SCSS */
$brand: #bee2ba;
/* SwiftUI */
Color(red: 0.745, green: 0.886, blue: 0.729)
/* Android */
Color.parseColor("#bee2ba")Accessibility — WCAG contrast
Aa
#bee2ba on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee2ba on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green88.6%
Blue72.9%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow17.7%
Key (black)11.4%
Color previews
#bee2ba text on a black background
contrast 14.78:1
Card sample
#bee2ba text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee2ba;
Background color
Panel with #bee2ba background
background-color: #bee2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 226, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 226, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee2ba; background: linear-gradient(135deg, #bee2ba, #BAE2D1);