#beeeba
a light, vivid green · cool · closest name: aquamarine
RGB
190, 238, 186
HSL
115°, 61%, 83%
CMYK
20, 0, 22, 7
Luminance
0.7564
Every format
| HEX | #beeeba |
| RGB | rgb(190, 238, 186) |
| HSL | hsl(115, 61%, 83%) |
| CMYK | cmyk(20%, 0%, 22%, 7%) |
| LAB | lab(89.7 -25.1 20.2) |
| LCH | lch(89.7 32.2 141.1) |
| OKLCH | oklch(0.902 0.086 142.9) |
Copy-ready code
/* CSS */
color: #beeeba;
background-color: #beeeba;
/* Tailwind (arbitrary) */
class="text-[#beeeba] bg-[#beeeba]"
/* SCSS */
$brand: #beeeba;
/* SwiftUI */
Color(red: 0.745, green: 0.933, blue: 0.729)
/* Android */
Color.parseColor("#beeeba")Accessibility — WCAG contrast
Aa
#beeeba on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beeeba on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.3%
Blue72.9%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow21.8%
Key (black)6.7%
Color previews
#beeeba text on a black background
contrast 16.13:1
Card sample
#beeeba text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beeeba;
Background color
Panel with #beeeba background
background-color: #beeeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beeeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 238, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 238, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beeeba; background: linear-gradient(135deg, #beeeba, #BAEED9);