#bef2ba
a light, vivid green · cool · closest name: aquamarine
RGB
190, 242, 186
HSL
116°, 68%, 84%
CMYK
22, 0, 23, 5
Luminance
0.7800
Every format
| HEX | #bef2ba |
| RGB | rgb(190, 242, 186) |
| HSL | hsl(116, 68%, 84%) |
| CMYK | cmyk(22%, 0%, 23%, 5%) |
| LAB | lab(90.8 -27.0 21.8) |
| LCH | lch(90.8 34.6 141.1) |
| OKLCH | oklch(0.911 0.092 143.0) |
Copy-ready code
/* CSS */
color: #bef2ba;
background-color: #bef2ba;
/* Tailwind (arbitrary) */
class="text-[#bef2ba] bg-[#bef2ba]"
/* SCSS */
$brand: #bef2ba;
/* SwiftUI */
Color(red: 0.745, green: 0.949, blue: 0.729)
/* Android */
Color.parseColor("#bef2ba")Accessibility — WCAG contrast
Aa
#bef2ba on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bef2ba on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green94.9%
Blue72.9%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow23.1%
Key (black)5.1%
Color previews
#bef2ba text on a black background
contrast 16.60:1
Card sample
#bef2ba text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bef2ba;
Background color
Panel with #bef2ba background
background-color: #bef2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bef2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 242, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 242, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bef2ba; background: linear-gradient(135deg, #bef2ba, #BAF2DB);