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