#bafdc6
a pale, electric green · cool · closest name: aquamarine
RGB
186, 253, 198
HSL
131°, 94%, 86%
CMYK
27, 0, 22, 1
Luminance
0.8477
Every format
| HEX | #bafdc6 |
| RGB | rgb(186, 253, 198) |
| HSL | hsl(131, 94%, 86%) |
| CMYK | cmyk(27%, 0%, 22%, 1%) |
| LAB | lab(93.8 -31.4 19.7) |
| LCH | lch(93.8 37.1 147.9) |
| OKLCH | oklch(0.935 0.100 149.6) |
Copy-ready code
/* CSS */
color: #bafdc6;
background-color: #bafdc6;
/* Tailwind (arbitrary) */
class="text-[#bafdc6] bg-[#bafdc6]"
/* SCSS */
$brand: #bafdc6;
/* SwiftUI */
Color(red: 0.729, green: 0.992, blue: 0.776)
/* Android */
Color.parseColor("#bafdc6")Accessibility — WCAG contrast
Aa
#bafdc6 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafdc6 on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.2%
Blue77.6%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow21.7%
Key (black)0.8%
Color previews
#bafdc6 text on a black background
contrast 17.95:1
Card sample
#bafdc6 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafdc6;
Background color
Panel with #bafdc6 background
background-color: #bafdc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafdc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 253, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 253, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafdc6; background: linear-gradient(135deg, #bafdc6, #BAFDF3);