#bafeaf
a light, electric green · cool · closest name: aquamarine
RGB
186, 254, 175
HSL
112°, 98%, 84%
CMYK
27, 0, 31, 0
Luminance
0.8442
Every format
| HEX | #bafeaf |
| RGB | rgb(186, 254, 175) |
| HSL | hsl(112, 98%, 84%) |
| CMYK | cmyk(27%, 0%, 31%, 0%) |
| LAB | lab(93.6 -35.6 31.2) |
| LCH | lch(93.6 47.3 138.8) |
| OKLCH | oklch(0.932 0.125 141.1) |
Copy-ready code
/* CSS */
color: #bafeaf;
background-color: #bafeaf;
/* Tailwind (arbitrary) */
class="text-[#bafeaf] bg-[#bafeaf]"
/* SCSS */
$brand: #bafeaf;
/* SwiftUI */
Color(red: 0.729, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#bafeaf")Accessibility — WCAG contrast
Aa
#bafeaf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafeaf on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.6%
Blue68.6%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#bafeaf text on a black background
contrast 17.88:1
Card sample
#bafeaf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafeaf;
Background color
Panel with #bafeaf background
background-color: #bafeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafeaf; background: linear-gradient(135deg, #bafeaf, #AFFED9);