#bafdbf
a pale, electric green · cool · closest name: aquamarine
RGB
186, 253, 191
HSL
125°, 94%, 86%
CMYK
27, 0, 25, 1
Luminance
0.8445
Every format
| HEX | #bafdbf |
| RGB | rgb(186, 253, 191) |
| HSL | hsl(125, 94%, 86%) |
| CMYK | cmyk(27%, 0%, 25%, 1%) |
| LAB | lab(93.7 -32.6 23.1) |
| LCH | lch(93.7 40.0 144.7) |
| OKLCH | oklch(0.934 0.107 146.5) |
Copy-ready code
/* CSS */
color: #bafdbf;
background-color: #bafdbf;
/* Tailwind (arbitrary) */
class="text-[#bafdbf] bg-[#bafdbf]"
/* SCSS */
$brand: #bafdbf;
/* SwiftUI */
Color(red: 0.729, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#bafdbf")Accessibility — WCAG contrast
Aa
#bafdbf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafdbf on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.2%
Blue74.9%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#bafdbf text on a black background
contrast 17.89:1
Card sample
#bafdbf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafdbf;
Background color
Panel with #bafdbf background
background-color: #bafdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafdbf; background: linear-gradient(135deg, #bafdbf, #BAFDEC);