#bee9cf
a light, vivid green · cool · closest name: beige
RGB
190, 233, 207
HSL
144°, 49%, 83%
CMYK
19, 0, 11, 9
Luminance
0.7373
Every format
| HEX | #bee9cf |
| RGB | rgb(190, 233, 207) |
| HSL | hsl(144, 49%, 83%) |
| CMYK | cmyk(19%, 0%, 11%, 9%) |
| LAB | lab(88.8 -18.9 8.1) |
| LCH | lch(88.8 20.6 156.9) |
| OKLCH | oklch(0.896 0.057 158.5) |
Copy-ready code
/* CSS */
color: #bee9cf;
background-color: #bee9cf;
/* Tailwind (arbitrary) */
class="text-[#bee9cf] bg-[#bee9cf]"
/* SCSS */
$brand: #bee9cf;
/* SwiftUI */
Color(red: 0.745, green: 0.914, blue: 0.812)
/* Android */
Color.parseColor("#bee9cf")Accessibility — WCAG contrast
Aa
#bee9cf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee9cf on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green91.4%
Blue81.2%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow11.2%
Key (black)8.6%
Color previews
#bee9cf text on a black background
contrast 15.75:1
Card sample
#bee9cf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee9cf;
Background color
Panel with #bee9cf background
background-color: #bee9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 233, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 233, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee9cf; background: linear-gradient(135deg, #bee9cf, #BEE6E9);