#beefc9
a light, vivid green · cool · closest name: beige
RGB
190, 239, 201
HSL
134°, 61%, 84%
CMYK
21, 0, 16, 6
Luminance
0.7690
Every format
| HEX | #beefc9 |
| RGB | rgb(190, 239, 201) |
| HSL | hsl(134, 61%, 84%) |
| CMYK | cmyk(21%, 0%, 16%, 6%) |
| LAB | lab(90.3 -22.9 13.3) |
| LCH | lch(90.3 26.5 149.9) |
| OKLCH | oklch(0.908 0.072 151.6) |
Copy-ready code
/* CSS */
color: #beefc9;
background-color: #beefc9;
/* Tailwind (arbitrary) */
class="text-[#beefc9] bg-[#beefc9]"
/* SCSS */
$brand: #beefc9;
/* SwiftUI */
Color(red: 0.745, green: 0.937, blue: 0.788)
/* Android */
Color.parseColor("#beefc9")Accessibility — WCAG contrast
Aa
#beefc9 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beefc9 on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.7%
Blue78.8%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow15.9%
Key (black)6.3%
Color previews
#beefc9 text on a black background
contrast 16.38:1
Card sample
#beefc9 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beefc9;
Background color
Panel with #beefc9 background
background-color: #beefc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beefc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 239, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 239, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beefc9; background: linear-gradient(135deg, #beefc9, #BEEFEA);