#bef6be
a pale, electric green · cool · closest name: aquamarine
RGB
190, 246, 190
HSL
120°, 76%, 86%
CMYK
23, 0, 23, 4
Luminance
0.8058
Every format
| HEX | #bef6be |
| RGB | rgb(190, 246, 190) |
| HSL | hsl(120, 76%, 86%) |
| CMYK | cmyk(23%, 0%, 23%, 4%) |
| LAB | lab(91.9 -28.2 21.3) |
| LCH | lch(91.9 35.4 142.9) |
| OKLCH | oklch(0.920 0.094 144.8) |
Copy-ready code
/* CSS */
color: #bef6be;
background-color: #bef6be;
/* Tailwind (arbitrary) */
class="text-[#bef6be] bg-[#bef6be]"
/* SCSS */
$brand: #bef6be;
/* SwiftUI */
Color(red: 0.745, green: 0.965, blue: 0.745)
/* Android */
Color.parseColor("#bef6be")Accessibility — WCAG contrast
Aa
#bef6be on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bef6be on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green96.5%
Blue74.5%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow22.8%
Key (black)3.5%
Color previews
#bef6be text on a black background
contrast 17.12:1
Card sample
#bef6be text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bef6be;
Background color
Panel with #bef6be background
background-color: #bef6be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bef6be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 246, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 246, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bef6be; background: linear-gradient(135deg, #bef6be, #BEF6E3);