#beefd4
a light, vivid green · cool · closest name: beige
RGB
190, 239, 212
HSL
147°, 61%, 84%
CMYK
21, 0, 11, 6
Luminance
0.7743
Every format
| HEX | #beefd4 |
| RGB | rgb(190, 239, 212) |
| HSL | hsl(147, 61%, 84%) |
| CMYK | cmyk(21%, 0%, 11%, 6%) |
| LAB | lab(90.5 -20.9 7.9) |
| LCH | lch(90.5 22.4 159.2) |
| OKLCH | oklch(0.911 0.062 160.8) |
Copy-ready code
/* CSS */
color: #beefd4;
background-color: #beefd4;
/* Tailwind (arbitrary) */
class="text-[#beefd4] bg-[#beefd4]"
/* SCSS */
$brand: #beefd4;
/* SwiftUI */
Color(red: 0.745, green: 0.937, blue: 0.831)
/* Android */
Color.parseColor("#beefd4")Accessibility — WCAG contrast
Aa
#beefd4 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beefd4 on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.7%
Blue83.1%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow11.3%
Key (black)6.3%
Color previews
#beefd4 text on a black background
contrast 16.49:1
Card sample
#beefd4 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beefd4;
Background color
Panel with #beefd4 background
background-color: #beefd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beefd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 239, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 239, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beefd4; background: linear-gradient(135deg, #beefd4, #BEE9EF);