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