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