#bee9da
a light, vivid green · cool · closest name: beige
RGB
190, 233, 218
HSL
159°, 49%, 83%
CMYK
19, 0, 6, 9
Luminance
0.7429
Every format
| HEX | #bee9da |
| RGB | rgb(190, 233, 218) |
| HSL | hsl(159, 49%, 83%) |
| CMYK | cmyk(19%, 0%, 6%, 9%) |
| LAB | lab(89.1 -16.8 2.7) |
| LCH | lch(89.1 17.0 170.9) |
| OKLCH | oklch(0.899 0.049 171.9) |
Copy-ready code
/* CSS */
color: #bee9da;
background-color: #bee9da;
/* Tailwind (arbitrary) */
class="text-[#bee9da] bg-[#bee9da]"
/* SCSS */
$brand: #bee9da;
/* SwiftUI */
Color(red: 0.745, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#bee9da")Accessibility — WCAG contrast
Aa
#bee9da on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee9da on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green91.4%
Blue85.5%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow6.4%
Key (black)8.6%
Color previews
#bee9da text on a black background
contrast 15.86:1
Card sample
#bee9da text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee9da;
Background color
Panel with #bee9da background
background-color: #bee9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee9da; background: linear-gradient(135deg, #bee9da, #BEDBE9);