#bafdb1
a light, electric green · cool · closest name: aquamarine
RGB
186, 253, 177
HSL
113°, 95%, 84%
CMYK
27, 0, 30, 1
Luminance
0.8386
Every format
| HEX | #bafdb1 |
| RGB | rgb(186, 253, 177) |
| HSL | hsl(113, 95%, 84%) |
| CMYK | cmyk(27%, 0%, 30%, 1%) |
| LAB | lab(93.4 -34.9 29.9) |
| LCH | lch(93.4 45.9 139.4) |
| OKLCH | oklch(0.931 0.121 141.6) |
Copy-ready code
/* CSS */
color: #bafdb1;
background-color: #bafdb1;
/* Tailwind (arbitrary) */
class="text-[#bafdb1] bg-[#bafdb1]"
/* SCSS */
$brand: #bafdb1;
/* SwiftUI */
Color(red: 0.729, green: 0.992, blue: 0.694)
/* Android */
Color.parseColor("#bafdb1")Accessibility — WCAG contrast
Aa
#bafdb1 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafdb1 on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.2%
Blue69.4%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow30.0%
Key (black)0.8%
Color previews
#bafdb1 text on a black background
contrast 17.77:1
Card sample
#bafdb1 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafdb1;
Background color
Panel with #bafdb1 background
background-color: #bafdb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafdb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 253, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 253, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafdb1; background: linear-gradient(135deg, #bafdb1, #B1FDDB);