#bafcab
a light, electric green · cool · closest name: aquamarine
RGB
186, 252, 171
HSL
109°, 93%, 83%
CMYK
26, 0, 32, 1
Luminance
0.8300
Every format
| HEX | #bafcab |
| RGB | rgb(186, 252, 171) |
| HSL | hsl(109, 93%, 83%) |
| CMYK | cmyk(26%, 0%, 32%, 1%) |
| LAB | lab(93.0 -35.3 32.4) |
| LCH | lch(93.0 47.9 137.5) |
| OKLCH | oklch(0.927 0.126 139.9) |
Copy-ready code
/* CSS */
color: #bafcab;
background-color: #bafcab;
/* Tailwind (arbitrary) */
class="text-[#bafcab] bg-[#bafcab]"
/* SCSS */
$brand: #bafcab;
/* SwiftUI */
Color(red: 0.729, green: 0.988, blue: 0.671)
/* Android */
Color.parseColor("#bafcab")Accessibility — WCAG contrast
Aa
#bafcab on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafcab on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.8%
Blue67.1%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow32.1%
Key (black)1.2%
Color previews
#bafcab text on a black background
contrast 17.60:1
Card sample
#bafcab text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafcab;
Background color
Panel with #bafcab background
background-color: #bafcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 252, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 252, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafcab; background: linear-gradient(135deg, #bafcab, #ABFCD2);