#befbc9
a pale, electric green · cool · closest name: aquamarine
RGB
190, 251, 201
HSL
131°, 88%, 87%
CMYK
24, 0, 20, 2
Luminance
0.8416
Every format
| HEX | #befbc9 |
| RGB | rgb(190, 251, 201) |
| HSL | hsl(131, 88%, 87%) |
| CMYK | cmyk(24%, 0%, 20%, 2%) |
| LAB | lab(93.5 -28.7 17.9) |
| LCH | lch(93.5 33.8 148.1) |
| OKLCH | oklch(0.934 0.091 149.8) |
Copy-ready code
/* CSS */
color: #befbc9;
background-color: #befbc9;
/* Tailwind (arbitrary) */
class="text-[#befbc9] bg-[#befbc9]"
/* SCSS */
$brand: #befbc9;
/* SwiftUI */
Color(red: 0.745, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#befbc9")Accessibility — WCAG contrast
Aa
#befbc9 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#befbc9 on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green98.4%
Blue78.8%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#befbc9 text on a black background
contrast 17.83:1
Card sample
#befbc9 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #befbc9;
Background color
Panel with #befbc9 background
background-color: #befbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #befbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #befbc9; background: linear-gradient(135deg, #befbc9, #BEFBF2);