#bafcba
a pale, electric green · cool · closest name: aquamarine
RGB
186, 252, 186
HSL
120°, 92%, 86%
CMYK
26, 0, 26, 1
Luminance
0.8361
Every format
| HEX | #bafcba |
| RGB | rgb(186, 252, 186) |
| HSL | hsl(120, 92%, 86%) |
| CMYK | cmyk(26%, 0%, 26%, 1%) |
| LAB | lab(93.3 -33.0 25.2) |
| LCH | lch(93.3 41.5 142.6) |
| OKLCH | oklch(0.930 0.110 144.6) |
Copy-ready code
/* CSS */
color: #bafcba;
background-color: #bafcba;
/* Tailwind (arbitrary) */
class="text-[#bafcba] bg-[#bafcba]"
/* SCSS */
$brand: #bafcba;
/* SwiftUI */
Color(red: 0.729, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#bafcba")Accessibility — WCAG contrast
Aa
#bafcba on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafcba on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.8%
Blue72.9%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#bafcba text on a black background
contrast 17.72:1
Card sample
#bafcba text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafcba;
Background color
Panel with #bafcba background
background-color: #bafcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafcba; background: linear-gradient(135deg, #bafcba, #BAFCE6);