#beeead
a light, vivid green · cool · closest name: aquamarine
RGB
190, 238, 173
HSL
104°, 66%, 81%
CMYK
20, 0, 27, 7
Luminance
0.7511
Every format
| HEX | #beeead |
| RGB | rgb(190, 238, 173) |
| HSL | hsl(104, 66%, 81%) |
| CMYK | cmyk(20%, 0%, 27%, 7%) |
| LAB | lab(89.5 -27.1 26.6) |
| LCH | lch(89.5 38.0 135.6) |
| OKLCH | oklch(0.899 0.100 137.6) |
Copy-ready code
/* CSS */
color: #beeead;
background-color: #beeead;
/* Tailwind (arbitrary) */
class="text-[#beeead] bg-[#beeead]"
/* SCSS */
$brand: #beeead;
/* SwiftUI */
Color(red: 0.745, green: 0.933, blue: 0.678)
/* Android */
Color.parseColor("#beeead")Accessibility — WCAG contrast
Aa
#beeead on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beeead on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.3%
Blue67.8%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow27.3%
Key (black)6.7%
Color previews
#beeead text on a black background
contrast 16.02:1
Card sample
#beeead text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beeead;
Background color
Panel with #beeead background
background-color: #beeead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beeead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 238, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 238, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beeead; background: linear-gradient(135deg, #beeead, #ADEEC7);