#bef2ab
a light, vivid green · cool · closest name: aquamarine
RGB
190, 242, 171
HSL
104°, 73%, 81%
CMYK
22, 0, 29, 5
Luminance
0.7739
Every format
| HEX | #bef2ab |
| RGB | rgb(190, 242, 171) |
| HSL | hsl(104, 73%, 81%) |
| CMYK | cmyk(22%, 0%, 29%, 5%) |
| LAB | lab(90.5 -29.3 29.0) |
| LCH | lch(90.5 41.3 135.3) |
| OKLCH | oklch(0.908 0.108 137.5) |
Copy-ready code
/* CSS */
color: #bef2ab;
background-color: #bef2ab;
/* Tailwind (arbitrary) */
class="text-[#bef2ab] bg-[#bef2ab]"
/* SCSS */
$brand: #bef2ab;
/* SwiftUI */
Color(red: 0.745, green: 0.949, blue: 0.671)
/* Android */
Color.parseColor("#bef2ab")Accessibility — WCAG contrast
Aa
#bef2ab on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bef2ab on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green94.9%
Blue67.1%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow29.3%
Key (black)5.1%
Color previews
#bef2ab text on a black background
contrast 16.48:1
Card sample
#bef2ab text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bef2ab;
Background color
Panel with #bef2ab background
background-color: #bef2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bef2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 242, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 242, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bef2ab; background: linear-gradient(135deg, #bef2ab, #ABF2C7);