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