#bafabf
a pale, electric green · cool · closest name: aquamarine
RGB
186, 250, 191
HSL
125°, 87%, 86%
CMYK
26, 0, 24, 2
Luminance
0.8257
Every format
| HEX | #bafabf |
| RGB | rgb(186, 250, 191) |
| HSL | hsl(125, 87%, 86%) |
| CMYK | cmyk(26%, 0%, 24%, 2%) |
| LAB | lab(92.8 -31.2 22.0) |
| LCH | lch(92.8 38.2 144.8) |
| OKLCH | oklch(0.927 0.102 146.7) |
Copy-ready code
/* CSS */
color: #bafabf;
background-color: #bafabf;
/* Tailwind (arbitrary) */
class="text-[#bafabf] bg-[#bafabf]"
/* SCSS */
$brand: #bafabf;
/* SwiftUI */
Color(red: 0.729, green: 0.980, blue: 0.749)
/* Android */
Color.parseColor("#bafabf")Accessibility — WCAG contrast
Aa
#bafabf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafabf on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.0%
Blue74.9%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow23.6%
Key (black)2.0%
Color previews
#bafabf text on a black background
contrast 17.51:1
Card sample
#bafabf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafabf;
Background color
Panel with #bafabf background
background-color: #bafabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 250, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 250, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafabf; background: linear-gradient(135deg, #bafabf, #BAFAEA);