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