#bee9af
a light, vivid green · cool · closest name: beige
RGB
190, 233, 175
HSL
105°, 57%, 80%
CMYK
19, 0, 25, 9
Luminance
0.7232
Every format
| HEX | #bee9af |
| RGB | rgb(190, 233, 175) |
| HSL | hsl(105, 57%, 80%) |
| CMYK | cmyk(19%, 0%, 25%, 9%) |
| LAB | lab(88.1 -24.4 23.8) |
| LCH | lch(88.1 34.1 135.8) |
| OKLCH | oklch(0.889 0.090 137.7) |
Copy-ready code
/* CSS */
color: #bee9af;
background-color: #bee9af;
/* Tailwind (arbitrary) */
class="text-[#bee9af] bg-[#bee9af]"
/* SCSS */
$brand: #bee9af;
/* SwiftUI */
Color(red: 0.745, green: 0.914, blue: 0.686)
/* Android */
Color.parseColor("#bee9af")Accessibility — WCAG contrast
Aa
#bee9af on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee9af on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green91.4%
Blue68.6%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow24.9%
Key (black)8.6%
Color previews
#bee9af text on a black background
contrast 15.46:1
Card sample
#bee9af text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee9af;
Background color
Panel with #bee9af background
background-color: #bee9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 233, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 233, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee9af; background: linear-gradient(135deg, #bee9af, #AFE9C7);