#bafece
a pale, electric green · cool · closest name: aquamarine
RGB
186, 254, 206
HSL
138°, 97%, 86%
CMYK
27, 0, 19, 0
Luminance
0.8578
Every format
| HEX | #bafece |
| RGB | rgb(186, 254, 206) |
| HSL | hsl(138, 97%, 86%) |
| CMYK | cmyk(27%, 0%, 19%, 0%) |
| LAB | lab(94.2 -30.5 16.3) |
| LCH | lch(94.2 34.5 151.9) |
| OKLCH | oklch(0.939 0.094 153.6) |
Copy-ready code
/* CSS */
color: #bafece;
background-color: #bafece;
/* Tailwind (arbitrary) */
class="text-[#bafece] bg-[#bafece]"
/* SCSS */
$brand: #bafece;
/* SwiftUI */
Color(red: 0.729, green: 0.996, blue: 0.808)
/* Android */
Color.parseColor("#bafece")Accessibility — WCAG contrast
Aa
#bafece on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafece on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.6%
Blue80.8%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow18.9%
Key (black)0.4%
Color previews
#bafece text on a black background
contrast 18.16:1
Card sample
#bafece text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafece;
Background color
Panel with #bafece background
background-color: #bafece;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafece;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 254, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 254, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafece; background: linear-gradient(135deg, #bafece, #BAFEFB);