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