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