#bee8af
a light, vivid green · cool · closest name: beige
RGB
190, 232, 175
HSL
104°, 55%, 80%
CMYK
18, 0, 25, 9
Luminance
0.7176
Every format
| HEX | #bee8af |
| RGB | rgb(190, 232, 175) |
| HSL | hsl(104, 55%, 80%) |
| CMYK | cmyk(18%, 0%, 25%, 9%) |
| LAB | lab(87.8 -23.9 23.4) |
| LCH | lch(87.8 33.5 135.7) |
| OKLCH | oklch(0.887 0.088 137.6) |
Copy-ready code
/* CSS */
color: #bee8af;
background-color: #bee8af;
/* Tailwind (arbitrary) */
class="text-[#bee8af] bg-[#bee8af]"
/* SCSS */
$brand: #bee8af;
/* SwiftUI */
Color(red: 0.745, green: 0.910, blue: 0.686)
/* Android */
Color.parseColor("#bee8af")Accessibility — WCAG contrast
Aa
#bee8af on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee8af on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green91.0%
Blue68.6%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow24.6%
Key (black)9.0%
Color previews
#bee8af text on a black background
contrast 15.35:1
Card sample
#bee8af text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee8af;
Background color
Panel with #bee8af background
background-color: #bee8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 232, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 232, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee8af; background: linear-gradient(135deg, #bee8af, #AFE8C6);