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