#beeba2
a light, vivid green · cool · closest name: khaki
RGB
190, 235, 162
HSL
97°, 65%, 78%
CMYK
19, 0, 31, 8
Luminance
0.7297
Every format
| HEX | #beeba2 |
| RGB | rgb(190, 235, 162) |
| HSL | hsl(97, 65%, 78%) |
| CMYK | cmyk(19%, 0%, 31%, 8%) |
| LAB | lab(88.4 -27.4 30.8) |
| LCH | lch(88.4 41.2 131.6) |
| OKLCH | oklch(0.891 0.107 133.9) |
Copy-ready code
/* CSS */
color: #beeba2;
background-color: #beeba2;
/* Tailwind (arbitrary) */
class="text-[#beeba2] bg-[#beeba2]"
/* SCSS */
$brand: #beeba2;
/* SwiftUI */
Color(red: 0.745, green: 0.922, blue: 0.635)
/* Android */
Color.parseColor("#beeba2")Accessibility — WCAG contrast
Aa
#beeba2 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beeba2 on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green92.2%
Blue63.5%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow31.1%
Key (black)7.8%
Color previews
#beeba2 text on a black background
contrast 15.59:1
Card sample
#beeba2 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beeba2;
Background color
Panel with #beeba2 background
background-color: #beeba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beeba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 235, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 235, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beeba2; background: linear-gradient(135deg, #beeba2, #A2EBB7);