#bafbce
a pale, electric green · cool · closest name: aquamarine
RGB
186, 251, 206
HSL
139°, 89%, 86%
CMYK
26, 0, 18, 2
Luminance
0.8389
Every format
| HEX | #bafbce |
| RGB | rgb(186, 251, 206) |
| HSL | hsl(139, 89%, 86%) |
| CMYK | cmyk(26%, 0%, 18%, 2%) |
| LAB | lab(93.4 -29.1 15.1) |
| LCH | lch(93.4 32.7 152.5) |
| OKLCH | oklch(0.933 0.089 154.2) |
Copy-ready code
/* CSS */
color: #bafbce;
background-color: #bafbce;
/* Tailwind (arbitrary) */
class="text-[#bafbce] bg-[#bafbce]"
/* SCSS */
$brand: #bafbce;
/* SwiftUI */
Color(red: 0.729, green: 0.984, blue: 0.808)
/* Android */
Color.parseColor("#bafbce")Accessibility — WCAG contrast
Aa
#bafbce on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafbce on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.4%
Blue80.8%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow17.9%
Key (black)1.6%
Color previews
#bafbce text on a black background
contrast 17.78:1
Card sample
#bafbce text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafbce;
Background color
Panel with #bafbce background
background-color: #bafbce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafbce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 251, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 251, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafbce; background: linear-gradient(135deg, #bafbce, #BAFBF9);