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