#beeeb3
a light, vivid green · cool · closest name: aquamarine
RGB
190, 238, 179
HSL
109°, 63%, 82%
CMYK
20, 0, 25, 7
Luminance
0.7535
Every format
| HEX | #beeeb3 |
| RGB | rgb(190, 238, 179) |
| HSL | hsl(109, 63%, 82%) |
| CMYK | cmyk(20%, 0%, 25%, 7%) |
| LAB | lab(89.6 -26.2 23.7) |
| LCH | lch(89.6 35.3 137.9) |
| OKLCH | oklch(0.901 0.093 139.8) |
Copy-ready code
/* CSS */
color: #beeeb3;
background-color: #beeeb3;
/* Tailwind (arbitrary) */
class="text-[#beeeb3] bg-[#beeeb3]"
/* SCSS */
$brand: #beeeb3;
/* SwiftUI */
Color(red: 0.745, green: 0.933, blue: 0.702)
/* Android */
Color.parseColor("#beeeb3")Accessibility — WCAG contrast
Aa
#beeeb3 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beeeb3 on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.3%
Blue70.2%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow24.8%
Key (black)6.7%
Color previews
#beeeb3 text on a black background
contrast 16.07:1
Card sample
#beeeb3 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beeeb3;
Background color
Panel with #beeeb3 background
background-color: #beeeb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beeeb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 238, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 238, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beeeb3; background: linear-gradient(135deg, #beeeb3, #B3EECF);