#bafbc5
a pale, electric green · cool · closest name: aquamarine
RGB
186, 251, 197
HSL
130°, 89%, 86%
CMYK
26, 0, 22, 2
Luminance
0.8346
Every format
| HEX | #bafbc5 |
| RGB | rgb(186, 251, 197) |
| HSL | hsl(130, 89%, 86%) |
| CMYK | cmyk(26%, 0%, 22%, 2%) |
| LAB | lab(93.2 -30.6 19.5) |
| LCH | lch(93.2 36.3 147.6) |
| OKLCH | oklch(0.930 0.098 149.3) |
Copy-ready code
/* CSS */
color: #bafbc5;
background-color: #bafbc5;
/* Tailwind (arbitrary) */
class="text-[#bafbc5] bg-[#bafbc5]"
/* SCSS */
$brand: #bafbc5;
/* SwiftUI */
Color(red: 0.729, green: 0.984, blue: 0.773)
/* Android */
Color.parseColor("#bafbc5")Accessibility — WCAG contrast
Aa
#bafbc5 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafbc5 on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.4%
Blue77.3%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow21.5%
Key (black)1.6%
Color previews
#bafbc5 text on a black background
contrast 17.69:1
Card sample
#bafbc5 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafbc5;
Background color
Panel with #bafbc5 background
background-color: #bafbc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafbc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 251, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 251, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafbc5; background: linear-gradient(135deg, #bafbc5, #BAFBF0);