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