#bacfba
a light, soft green · cool · closest name: silver
RGB
186, 207, 186
HSL
120°, 18%, 77%
CMYK
10, 0, 10, 19
Luminance
0.5861
Every format
| HEX | #bacfba |
| RGB | rgb(186, 207, 186) |
| HSL | hsl(120, 18%, 77%) |
| CMYK | cmyk(10%, 0%, 10%, 19%) |
| LAB | lab(81.1 -11.0 8.1) |
| LCH | lch(81.1 13.6 143.8) |
| OKLCH | oklch(0.833 0.037 145.2) |
Copy-ready code
/* CSS */
color: #bacfba;
background-color: #bacfba;
/* Tailwind (arbitrary) */
class="text-[#bacfba] bg-[#bacfba]"
/* SCSS */
$brand: #bacfba;
/* SwiftUI */
Color(red: 0.729, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#bacfba")Accessibility — WCAG contrast
Aa
#bacfba on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacfba on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green81.2%
Blue72.9%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#bacfba text on a black background
contrast 12.72:1
Card sample
#bacfba text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacfba;
Background color
Panel with #bacfba background
background-color: #bacfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacfba; background: linear-gradient(135deg, #bacfba, #BACFC8);