#bafda9
a light, electric green · cool · closest name: aquamarine
RGB
186, 253, 169
HSL
108°, 96%, 83%
CMYK
27, 0, 33, 1
Luminance
0.8355
Every format
| HEX | #bafda9 |
| RGB | rgb(186, 253, 169) |
| HSL | hsl(108, 96%, 83%) |
| CMYK | cmyk(27%, 0%, 33%, 1%) |
| LAB | lab(93.3 -36.1 33.7) |
| LCH | lch(93.3 49.4 136.9) |
| OKLCH | oklch(0.929 0.130 139.4) |
Copy-ready code
/* CSS */
color: #bafda9;
background-color: #bafda9;
/* Tailwind (arbitrary) */
class="text-[#bafda9] bg-[#bafda9]"
/* SCSS */
$brand: #bafda9;
/* SwiftUI */
Color(red: 0.729, green: 0.992, blue: 0.663)
/* Android */
Color.parseColor("#bafda9")Accessibility — WCAG contrast
Aa
#bafda9 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafda9 on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.2%
Blue66.3%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow33.2%
Key (black)0.8%
Color previews
#bafda9 text on a black background
contrast 17.71:1
Card sample
#bafda9 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafda9;
Background color
Panel with #bafda9 background
background-color: #bafda9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafda9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 253, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 253, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafda9; background: linear-gradient(135deg, #bafda9, #A9FDD0);