#bafbaf
a light, electric green · cool · closest name: aquamarine
RGB
186, 251, 175
HSL
111°, 91%, 84%
CMYK
26, 0, 30, 2
Luminance
0.8253
Every format
| HEX | #bafbaf |
| RGB | rgb(186, 251, 175) |
| HSL | hsl(111, 91%, 84%) |
| CMYK | cmyk(26%, 0%, 30%, 2%) |
| LAB | lab(92.8 -34.2 30.1) |
| LCH | lch(92.8 45.6 138.7) |
| OKLCH | oklch(0.926 0.120 140.9) |
Copy-ready code
/* CSS */
color: #bafbaf;
background-color: #bafbaf;
/* Tailwind (arbitrary) */
class="text-[#bafbaf] bg-[#bafbaf]"
/* SCSS */
$brand: #bafbaf;
/* SwiftUI */
Color(red: 0.729, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#bafbaf")Accessibility — WCAG contrast
Aa
#bafbaf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafbaf on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.4%
Blue68.6%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#bafbaf text on a black background
contrast 17.51:1
Card sample
#bafbaf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafbaf;
Background color
Panel with #bafbaf background
background-color: #bafbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafbaf; background: linear-gradient(135deg, #bafbaf, #AFFBD7);