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