#bee7af
a light, vivid green · cool · closest name: beige
RGB
190, 231, 175
HSL
104°, 54%, 80%
CMYK
18, 0, 24, 9
Luminance
0.7119
Every format
| HEX | #bee7af |
| RGB | rgb(190, 231, 175) |
| HSL | hsl(104, 54%, 80%) |
| CMYK | cmyk(18%, 0%, 24%, 9%) |
| LAB | lab(87.6 -23.5 23.0) |
| LCH | lch(87.6 32.9 135.6) |
| OKLCH | oklch(0.884 0.086 137.4) |
Copy-ready code
/* CSS */
color: #bee7af;
background-color: #bee7af;
/* Tailwind (arbitrary) */
class="text-[#bee7af] bg-[#bee7af]"
/* SCSS */
$brand: #bee7af;
/* SwiftUI */
Color(red: 0.745, green: 0.906, blue: 0.686)
/* Android */
Color.parseColor("#bee7af")Accessibility — WCAG contrast
Aa
#bee7af on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee7af on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green90.6%
Blue68.6%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow24.2%
Key (black)9.4%
Color previews
#bee7af text on a black background
contrast 15.24:1
Card sample
#bee7af text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee7af;
Background color
Panel with #bee7af background
background-color: #bee7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 231, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 231, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee7af; background: linear-gradient(135deg, #bee7af, #AFE7C5);