#bee3af
a light, vivid green · cool · closest name: beige
RGB
190, 227, 175
HSL
103°, 48%, 79%
CMYK
16, 0, 23, 11
Luminance
0.6898
Every format
| HEX | #bee3af |
| RGB | rgb(190, 227, 175) |
| HSL | hsl(103, 48%, 79%) |
| CMYK | cmyk(16%, 0%, 23%, 11%) |
| LAB | lab(86.5 -21.5 21.5) |
| LCH | lch(86.5 30.4 135.0) |
| OKLCH | oklch(0.876 0.080 136.8) |
Copy-ready code
/* CSS */
color: #bee3af;
background-color: #bee3af;
/* Tailwind (arbitrary) */
class="text-[#bee3af] bg-[#bee3af]"
/* SCSS */
$brand: #bee3af;
/* SwiftUI */
Color(red: 0.745, green: 0.890, blue: 0.686)
/* Android */
Color.parseColor("#bee3af")Accessibility — WCAG contrast
Aa
#bee3af on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee3af on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green89.0%
Blue68.6%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow22.9%
Key (black)11.0%
Color previews
#bee3af text on a black background
contrast 14.80:1
Card sample
#bee3af text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee3af;
Background color
Panel with #bee3af background
background-color: #bee3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 227, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 227, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee3af; background: linear-gradient(135deg, #bee3af, #AFE3C3);