#bafebc
a pale, electric green · cool · closest name: aquamarine
RGB
186, 254, 188
HSL
122°, 97%, 86%
CMYK
27, 0, 26, 0
Luminance
0.8495
Every format
| HEX | #bafebc |
| RGB | rgb(186, 254, 188) |
| HSL | hsl(122, 97%, 86%) |
| CMYK | cmyk(27%, 0%, 26%, 0%) |
| LAB | lab(93.9 -33.6 24.9) |
| LCH | lch(93.9 41.8 143.4) |
| OKLCH | oklch(0.935 0.112 145.3) |
Copy-ready code
/* CSS */
color: #bafebc;
background-color: #bafebc;
/* Tailwind (arbitrary) */
class="text-[#bafebc] bg-[#bafebc]"
/* SCSS */
$brand: #bafebc;
/* SwiftUI */
Color(red: 0.729, green: 0.996, blue: 0.737)
/* Android */
Color.parseColor("#bafebc")Accessibility — WCAG contrast
Aa
#bafebc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafebc on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.6%
Blue73.7%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow26.0%
Key (black)0.4%
Color previews
#bafebc text on a black background
contrast 17.99:1
Card sample
#bafebc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafebc;
Background color
Panel with #bafebc background
background-color: #bafebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 254, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 254, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafebc; background: linear-gradient(135deg, #bafebc, #BAFEE9);