#beeebe
a light, vivid green · cool · closest name: beige
RGB
190, 238, 190
HSL
120°, 59%, 84%
CMYK
20, 0, 20, 7
Luminance
0.7581
Every format
| HEX | #beeebe |
| RGB | rgb(190, 238, 190) |
| HSL | hsl(120, 59%, 84%) |
| CMYK | cmyk(20%, 0%, 20%, 7%) |
| LAB | lab(89.8 -24.4 18.3) |
| LCH | lch(89.8 30.5 143.1) |
| OKLCH | oklch(0.903 0.082 144.9) |
Copy-ready code
/* CSS */
color: #beeebe;
background-color: #beeebe;
/* Tailwind (arbitrary) */
class="text-[#beeebe] bg-[#beeebe]"
/* SCSS */
$brand: #beeebe;
/* SwiftUI */
Color(red: 0.745, green: 0.933, blue: 0.745)
/* Android */
Color.parseColor("#beeebe")Accessibility — WCAG contrast
Aa
#beeebe on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beeebe on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.3%
Blue74.5%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow20.2%
Key (black)6.7%
Color previews
#beeebe text on a black background
contrast 16.16:1
Card sample
#beeebe text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beeebe;
Background color
Panel with #beeebe background
background-color: #beeebe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beeebe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 238, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 238, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beeebe; background: linear-gradient(135deg, #beeebe, #BEEEDE);