#bafeb0
a light, electric green · cool · closest name: aquamarine
RGB
186, 254, 176
HSL
112°, 98%, 84%
CMYK
27, 0, 31, 0
Luminance
0.8446
Every format
| HEX | #bafeb0 |
| RGB | rgb(186, 254, 176) |
| HSL | hsl(112, 98%, 84%) |
| CMYK | cmyk(27%, 0%, 31%, 0%) |
| LAB | lab(93.7 -35.5 30.7) |
| LCH | lch(93.7 46.9 139.1) |
| OKLCH | oklch(0.933 0.124 141.4) |
Copy-ready code
/* CSS */
color: #bafeb0;
background-color: #bafeb0;
/* Tailwind (arbitrary) */
class="text-[#bafeb0] bg-[#bafeb0]"
/* SCSS */
$brand: #bafeb0;
/* SwiftUI */
Color(red: 0.729, green: 0.996, blue: 0.690)
/* Android */
Color.parseColor("#bafeb0")Accessibility — WCAG contrast
Aa
#bafeb0 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafeb0 on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.6%
Blue69.0%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow30.7%
Key (black)0.4%
Color previews
#bafeb0 text on a black background
contrast 17.89:1
Card sample
#bafeb0 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafeb0;
Background color
Panel with #bafeb0 background
background-color: #bafeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 254, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 254, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafeb0; background: linear-gradient(135deg, #bafeb0, #B0FEDA);