#bafdbb
a pale, electric green · cool · closest name: aquamarine
RGB
186, 253, 187
HSL
121°, 94%, 86%
CMYK
27, 0, 26, 1
Luminance
0.8428
Every format
| HEX | #bafdbb |
| RGB | rgb(186, 253, 187) |
| HSL | hsl(121, 94%, 86%) |
| CMYK | cmyk(27%, 0%, 26%, 1%) |
| LAB | lab(93.6 -33.3 25.1) |
| LCH | lch(93.6 41.6 143.0) |
| OKLCH | oklch(0.933 0.111 145.0) |
Copy-ready code
/* CSS */
color: #bafdbb;
background-color: #bafdbb;
/* Tailwind (arbitrary) */
class="text-[#bafdbb] bg-[#bafdbb]"
/* SCSS */
$brand: #bafdbb;
/* SwiftUI */
Color(red: 0.729, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#bafdbb")Accessibility — WCAG contrast
Aa
#bafdbb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafdbb on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.2%
Blue73.3%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#bafdbb text on a black background
contrast 17.86:1
Card sample
#bafdbb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafdbb;
Background color
Panel with #bafdbb background
background-color: #bafdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafdbb; background: linear-gradient(135deg, #bafdbb, #BAFDE8);