#beefac
a light, vivid green · cool · closest name: aquamarine
RGB
190, 239, 172
HSL
104°, 68%, 81%
CMYK
21, 0, 28, 6
Luminance
0.7566
Every format
| HEX | #beefac |
| RGB | rgb(190, 239, 172) |
| HSL | hsl(104, 68%, 81%) |
| CMYK | cmyk(21%, 0%, 28%, 6%) |
| LAB | lab(89.7 -27.8 27.4) |
| LCH | lch(89.7 39.0 135.3) |
| OKLCH | oklch(0.901 0.102 137.4) |
Copy-ready code
/* CSS */
color: #beefac;
background-color: #beefac;
/* Tailwind (arbitrary) */
class="text-[#beefac] bg-[#beefac]"
/* SCSS */
$brand: #beefac;
/* SwiftUI */
Color(red: 0.745, green: 0.937, blue: 0.675)
/* Android */
Color.parseColor("#beefac")Accessibility — WCAG contrast
Aa
#beefac on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beefac on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.7%
Blue67.5%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow28.0%
Key (black)6.3%
Color previews
#beefac text on a black background
contrast 16.13:1
Card sample
#beefac text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beefac;
Background color
Panel with #beefac background
background-color: #beefac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beefac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 239, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 239, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beefac; background: linear-gradient(135deg, #beefac, #ACEFC7);